Problem
We are seeing a double splash screen on Android during app startup with a white blank screen flashing for a moment (the transition between Android native launch splash and Capacitor WebView creates a visible flash).
What was tried
Native Android launch theme is enabled via AppTheme.NoActionBarLaunch.
Capacitor SplashScreen is configured with launchAutoHide: false and a black backgroundColor.
Splash is hidden manually in app code.
App launch uses a custom Android splash icon and black theme background.
SplashScreen.hide() is called in Vue.js when the app loads.