opt: follow btn text

This commit is contained in:
bggRGjQaUbCoE
2024-10-18 21:40:05 +08:00
parent 80885d9165
commit b0acf1d326
7 changed files with 35 additions and 18 deletions

View File

@@ -46,10 +46,12 @@ class FollowItem extends StatelessWidget {
? SizedBox(
height: 34,
child: TextButton(
onPressed: () async {
await Get.bottomSheet(
GroupPanel(mid: item.mid!),
isScrollControlled: true,
onPressed: () {
Utils.actionRelationMod(
context: context,
mid: item.mid,
isFollow: true,
callback: (attribute) {},
);
},
style: TextButton.styleFrom(