mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
comic reading
This commit is contained in:
@@ -47,7 +47,7 @@ class _App {
|
||||
void pop() {
|
||||
if(rootNavigatorKey.currentState?.canPop() ?? false) {
|
||||
rootNavigatorKey.currentState?.pop();
|
||||
} else {
|
||||
} else if (mainNavigatorKey?.currentState?.canPop() ?? false) {
|
||||
mainNavigatorKey?.currentState?.pop();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user