Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-14 18:41:35 +08:00
parent 511ff71f5f
commit 9c7c6f9e4e
6 changed files with 21 additions and 23 deletions

View File

@@ -238,8 +238,6 @@ class _MainAppState extends PopScopeState<MainApp>
static void _onBack() {
if (Platform.isAndroid) {
Utils.channel.invokeMethod('back');
} else {
SystemNavigator.pop();
}
}