mod
This commit is contained in:
@ -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!,
|
||||
|
||||
Reference in New Issue
Block a user