BenjaminPiette commented on issue #1497: URL: https://github.com/apache/cordova-android/issues/1497#issuecomment-1308282193
> On my case, I was overriding the app's theme > > ``` > <edit-config file="AndroidManifest.xml" target="/manifest/application/activity[@android:label='@string/activity_name']" mode="merge"> > <activity android:theme="@style/AppTheme"></activity> > </edit-config> > ``` > > Obviously the initial theme now needs to be a splash theme, which was causing my issues. To solve the issue, I removed above lines and replaced it with > > `<preference name="AndroidPostSplashScreenTheme" value="@style/AppTheme"/>` That was it, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
