Fix updates dialog on Android by portaling above Settings and resolving Capacitor asset URLs.
All checks were successful
Trigger cinny-mobile / dispatch (push) Successful in 2s

This commit is contained in:
2026-08-23 08:19:51 +10:00
parent e65a516350
commit a20c871726
5 changed files with 39 additions and 19 deletions

View File

@@ -699,10 +699,10 @@ export function ClientNonUIFeatures({ children }: ClientNonUIFeaturesProps) {
<MessageNotifications />
<BackgroundSyncSetup />
<PaarrotAPIInitializer />
<UpdatesDialogHost />
<TaskbarFlashStopper />
<AndroidShareIntentHandler />
{children}
<UpdatesDialogHost />
</>
);
}