mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-08 19:59:29 +00:00
No idea why this was changed but it causes problems so I am reverting it
This commit is contained in:
parent
64dd830e58
commit
c3a64b154b
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@
|
|||
android:requestLegacyExternalStorage="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:allowBackup="false"
|
||||
android:fullBackupContent="false"
|
||||
android:extractNativeLibs="true">
|
||||
android:fullBackupContent="false">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:screenOrientation="portrait"
|
||||
|
|
Loading…
Reference in a new issue