-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8, 6.9, 6.10
-
None
-
-
2025wk38s2QtforAndroid
Under QtActivityBase.restartApplication(), there's a call to Runtime.getRuntime().exit(0) right after calling quitApp() which starts the Qt app cleanup and might involve some async operations, so calling exit() right after that might not really give enough time for the cleanup to happen.
Occurs on activity re-start like orientation configuration change when coming on top from background or when activity is activated. Causes either restart or exit or stay in the white screen.
- relates to
-
QTBUG-131968 [Android] QtActivity fails to resume after restart
-
- Reported
-