Fix an issue where an application turns to a white screen after finishing cloudflare verification. Close #169

This commit is contained in:
2025-02-05 21:21:20 +08:00
parent 23404b86f6
commit 58d6ccdde1
2 changed files with 6 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ class _App {
BuildContext get rootContext => rootNavigatorKey.currentContext!;
void rootPop() {
rootNavigatorKey.currentState?.pop();
rootNavigatorKey.currentState?.maybePop();
}
void pop() {