mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-14 16:09:31 +01:00
fix: Wrong fab action
This commit is contained in:
parent
ea231da867
commit
5429697cff
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user