mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Can remove a friend from the list of friends
This commit is contained in:
@ -60,3 +60,9 @@ void showImageFullScreen(BuildContext context, String url) {
|
||||
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
/// Show simple snack
|
||||
void showSimpleSnack(BuildContext context, String message) {
|
||||
Scaffold.of(context).showSnackBar(SnackBar(content: Text(message)));
|
||||
}
|
Reference in New Issue
Block a user