This commit is contained in:
guozhigq
2024-12-11 23:08:04 +08:00
parent 470e70be2b
commit 9a20f246d3
8 changed files with 14 additions and 17 deletions

View File

@ -47,7 +47,7 @@ class FollowItem extends StatelessWidget {
height: 34,
child: TextButton(
onPressed: () async {
int followStatus = await FollowUtils(
await FollowUtils(
context: context,
followStatus: 2,
mid: item.mid!,