mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-20 16:55:17 +00:00
Continue to fix issues
This commit is contained in:
@ -125,7 +125,7 @@ class _ForezDirectoryScreenState extends State<ForezDirectoryScreen> {
|
||||
}
|
||||
|
||||
void _openUserProfile(User user) =>
|
||||
MainController.of(context)!.openUserPage(user.id!);
|
||||
MainController.of(context)!.openUserPage(user.id);
|
||||
}
|
||||
|
||||
class _ForezMemberTile extends StatelessWidget {
|
||||
|
Reference in New Issue
Block a user