refa fav/group panel

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-19 10:54:34 +08:00
parent f440edf43b
commit 5644e9a0e1
9 changed files with 294 additions and 341 deletions

View File

@@ -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,