Splash screen showing non-related layout view instead of splash layout view.
This occurred after migrating to Android R8 from ProGuard with Android Studio 3.5.1 and Gradle Plug-in 3.5.1 with (minifyEnabled & shrinkResources enabled with proguard-android-optimize.txt) when moved from dev build variant to prod build on debug mode.
This behaviour occurred once only and on changing to non-optimised mode and vice-versa the issue didn't occur again. Such behaviour has never occurred earlier.
Has anyone had similar experience?
Is it related to android R8?
Please assist.