fix: Wrong fab action

This commit is contained in:
Christian Pauly 2021-02-03 16:23:32 +01:00
parent ea231da867
commit 5429697cff
2 changed files with 0 additions and 2173 deletions

File diff suppressed because it is too large Load Diff

View File

@ -154,10 +154,6 @@ class _HomeViewState extends State<HomeView> with TickerProviderStateMixin {
.pushNamedAndRemoveUntilIsFirst('/newprivatechat');
break;
case 2:
AdaptivePageLayout.of(context)
.pushNamedAndRemoveUntilIsFirst('/newgroup');
break;
case 3:
_setServer(context);
break;
}