mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-14 14:19:57 +02:00
feat(apple): cover the window while the core boots
The core initializes asynchronously at launch, so for a moment the transfer lists look empty and the app feels stalled. Show a full-window overlay (centered spinner + "Starting…") as the top layer of the root stack while coreState.isInitialized is false; it fades out once the core is ready.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<string name="about_privacy_title">Privacy e sicurezza</string>
|
||||
<string name="about_tagline">Invii file direttamente. Mantenga il controllo su chi li riceve.</string>
|
||||
<string name="about_title">Informazioni</string>
|
||||
<string name="app_starting">Avvio…</string>
|
||||
<string name="appearance_auto_description">Segue l’aspetto chiaro o scuro di questo dispositivo.</string>
|
||||
<string name="appearance_dark_mode">Modalità scura</string>
|
||||
<string name="appearance_light_mode">Modalità chiara</string>
|
||||
|
||||
Reference in New Issue
Block a user