fix LoginActivity created twice on unauthenticated appstart (#1352)
* fix LoginActivity created twice on unauthenticated appstart * make SplashActivity not inherit from BaseActivity
This commit is contained in:
parent
3a81559c95
commit
1d2e42b9f5
3 changed files with 11 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
|
||||
<item name="android:windowBackground">@drawable/background_splash</item>
|
||||
<item name="colorPrimary">@color/color_primary_dark_dark</item>
|
||||
<item name="colorPrimaryDark">@color/color_primary_dark_dark</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowLightNavigationBar">false</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue