Files
Obtainium/lib/components
Imran Remtulla d75f82516e fix(install): use the app-wide navigator context for install dialogs
Install/update was launched with the local widget context, so if it unmounted
during the flow (a list tile rebuilt on re-sort, backing out of the detail
page, later apps in a mass install) the APK picker and origin-warning dialogs
were silently skipped - installing the default APK without asking. Pass
appNavigatorKey.currentContext (the root navigator, valid app-wide) like main.
2026-07-04 16:52:01 +01:00
..