mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: follow btn text
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user