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