[FIX] AllowBackup manifest attribute causing unexpected behaviour on login (#2617)
This commit is contained in:
parent
416efbdcb3
commit
f7286675c3
|
@ -8,11 +8,12 @@
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".MainApplication"
|
android:name=".MainApplication"
|
||||||
android:allowBackup="true"
|
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:theme="@style/AppTheme"
|
android:theme="@style/AppTheme"
|
||||||
android:networkSecurityConfig="@xml/network_security_config"
|
android:networkSecurityConfig="@xml/network_security_config"
|
||||||
|
android:allowBackup="false"
|
||||||
|
tools:replace="android:allowBackup"
|
||||||
>
|
>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.zoontek.rnbootsplash.RNBootSplashActivity"
|
android:name="com.zoontek.rnbootsplash.RNBootSplashActivity"
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".MainApplication"
|
android:name=".MainApplication"
|
||||||
android:allowBackup="true"
|
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:theme="@style/AppTheme"
|
android:theme="@style/AppTheme"
|
||||||
|
|
Loading…
Reference in New Issue