1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 16:25:17 +00:00

Fix a few notices

This commit is contained in:
2022-03-11 16:41:29 +01:00
parent adbc036c16
commit f0f7096c94
6 changed files with 5 additions and 18 deletions

View File

@ -82,8 +82,6 @@ class AcceptedFriendTile extends StatelessWidget {
}
void _selectedMenuOption(_FriendMenuChoices value) {
if (value == null) return;
switch (value) {
// Open private conversation
case _FriendMenuChoices.PRIVATE_CONVERSATION: