[tor-commits] [snowflake-mobile/master] Remove fix screen rotation flag

cohosh at torproject.org cohosh at torproject.org
Thu Jul 30 15:41:16 UTC 2020


commit 6f37537d8f9a668c716977875b70f3db15a63d9d
Author: Hashik Donthineni <HashikDonthineni at gmail.com>
Date:   Thu Jul 30 13:50:38 2020 +0530

    Remove fix screen rotation flag
---
 app/src/main/AndroidManifest.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 2ea8221..95e5a3a 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -25,7 +25,7 @@
 
         <activity
             android:name=".MainActivity"
-            android:screenOrientation="portrait">
+            android:configChanges="orientation|screenSize|screenLayout">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
 





More information about the tor-commits mailing list