fix intro navigation

This commit is contained in:
Salvatore Giordano
2020-11-26 13:48:06 +01:00
parent 68f5e5e4dc
commit 862d7022cb
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -155,9 +155,10 @@ class ChooseUserPage extends StatelessWidget {
if (!kIsWeb) { if (!kIsWeb) {
initNotifications(client); initNotifications(client);
} }
Navigator.pushReplacementNamed( Navigator.pushNamedAndRemoveUntil(
context, context,
Routes.CHANNEL_LIST, Routes.CHANNEL_LIST,
ModalRoute.withName(Routes.CHANNEL_LIST),
arguments: client, arguments: client,
); );
}, },
+1 -1
View File
@@ -1,6 +1,6 @@
name: example name: example
description: A new Flutter project. description: A new Flutter project.
version: 1.0.76+78 version: 1.0.77+79
environment: environment:
sdk: ">=2.2.2 <3.0.0" sdk: ">=2.2.2 <3.0.0"