Sidnei Luiz Becker
Sidnei Luiz Becker
In the same device, the .png image I set in AndroidWindowSplashScreenAnimatedIcon appears square instead of circular, like on other devices.
Exatamente @Rafatcb
@dpa99c Crucial fix for us
In this case, the app activity is not being destroyed. All the states are holded, but the splash become visible for a short time, for some reason. Exemple: App starts...
I made two tests with the fade splash config. ```xml ``` The result was: https://github.com/SidiBecker/in-app-browser-splash-bug/blob/master/reports/splash-fade-2000.gif ```xml ``` The result was: https://github.com/SidiBecker/in-app-browser-splash-bug/blob/master/reports/splash-fade-off.gif So, it seems to be the exit animation running....