diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index fd302031..a808255e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ @@ -9,7 +10,7 @@ - + + android:requestLegacyExternalStorage="true" + android:theme="@style/AppTheme" + tools:ignore="UnusedAttribute"> @@ -67,6 +70,7 @@ android:name=".activities.LoginActivity" android:configChanges="orientation|screenSize|keyboardHidden" android:launchMode="singleTop" + tools:ignore="LockedOrientationActivity" android:screenOrientation="portrait" android:theme="@style/AppTheme.NoActionBar" android:windowSoftInputMode="adjustPan" />