mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 16:16:14 +08:00
refa fav/group panel
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -110,7 +110,7 @@ class RequestUtils {
|
||||
callback?.call(2);
|
||||
}
|
||||
} else {
|
||||
if (followStatus == null) {
|
||||
if (followStatus?['tag'] == null) {
|
||||
Map<String, dynamic> result = await UserHttp.hasFollow(mid);
|
||||
if (result['status']) {
|
||||
followStatus = result['data'];
|
||||
@@ -119,6 +119,7 @@ class RequestUtils {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (context.mounted) {
|
||||
showDialog(
|
||||
context: context,
|
||||
|
||||
Reference in New Issue
Block a user