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) {
initNotifications(client);
}
Navigator.pushReplacementNamed(
Navigator.pushNamedAndRemoveUntil(
context,
Routes.CHANNEL_LIST,
ModalRoute.withName(Routes.CHANNEL_LIST),
arguments: client,
);
},
+1 -1
View File
@@ -1,6 +1,6 @@
name: example
description: A new Flutter project.
version: 1.0.76+78
version: 1.0.77+79
environment:
sdk: ">=2.2.2 <3.0.0"