mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-04-02 05:56:53 +02: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');
|
.pushNamedAndRemoveUntilIsFirst('/newprivatechat');
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
AdaptivePageLayout.of(context)
|
|
||||||
.pushNamedAndRemoveUntilIsFirst('/newgroup');
|
|
||||||
break;
|
|
||||||
case 3:
|
|
||||||
_setServer(context);
|
_setServer(context);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user