🐛 Fix android screenshot share issue
This commit is contained in:
parent
9d685fa0d9
commit
aed7c61ba0
@ -407,4 +407,10 @@ final appRouter = GoRouter(
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
onException: (context, state, router) {
|
||||||
|
if (state.error is GoException) {
|
||||||
|
router.goNamed('/');
|
||||||
|
}
|
||||||
|
},
|
||||||
|
navigatorKey: GlobalKey(),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user