mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Start Flutter update
This commit is contained in:
@ -123,7 +123,7 @@ class _UserPageTabletState extends State<UserPageTablet> {
|
||||
// Friends list of the user
|
||||
_userInfo.isFriendsListPublic
|
||||
? Expanded(
|
||||
child: OutlineButton.icon(
|
||||
child: OutlinedButton.icon(
|
||||
onPressed: () => MainController.of(context)
|
||||
.openUserFriendsList(_userInfo.id),
|
||||
icon: Icon(Icons.group),
|
||||
|
Reference in New Issue
Block a user