Timothy Paetz

Results 2 comments of Timothy Paetz

You can do that if in your Application class (defined in AndroidManifest.xml) has a different code base in your debug flavor vs your release flavor. If you do have a...

Looks like a solution/work around is to set the splash theme at the activity level instead of the application level in AndroidManifest.xml. Application theme changed from: android:theme="@style/Theme.Nia.Splash" to: android:theme="@style/Theme.Nia" And...