mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: get mid
This commit is contained in:
@@ -232,7 +232,7 @@ class MorePanel extends StatelessWidget {
|
||||
minLeadingWidth: 0,
|
||||
),
|
||||
if (item.modules.moduleAuthor.mid ==
|
||||
GStorage.userInfo.get('userInfoCache').mid)
|
||||
GStorage.userInfo.get('userInfoCache')?.mid)
|
||||
ListTile(
|
||||
onTap: () async {
|
||||
Get.back();
|
||||
|
||||
Reference in New Issue
Block a user