diff options
author | cyBerta <cyberta@riseup.net> | 2023-10-25 16:36:59 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-10-25 16:36:59 +0200 |
commit | 8940bf064378457979e3e49f168d45fa6ed7d5b6 (patch) | |
tree | 9d5029164fde80a96f6b848560bf9949ac79b8f1 | |
parent | 923c51413b577754320667ead42b6393472051b9 (diff) |
lock provider setup screenOrientation to portrait for now to work around a bug which appears if the user has accepted the permission requests and rotates the screen afterwards
-rw-r--r-- | app/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 091fa0b6..cf4f6150 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -30,6 +30,7 @@ <activity android:name=".providersetup.activities.SetupActivity" android:launchMode="singleInstance" + android:screenOrientation="portrait" android:exported="false" /> <service |