fix intro navigation
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user