fix: Wrong fab action

onboarding
Christian Pauly 5 years ago
parent b441b01ff3
commit dcca10f6ff

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…
Cancel
Save