Explorar el Código

Merge pull request #9808 from nextcloud/resumeText

resuming TextEditor after splitting screens works now again
Tobias Kaminsky hace 3 años
padre
commit
8b0674e29f
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/main/AndroidManifest.xml

+ 3 - 3
src/main/AndroidManifest.xml

@@ -150,15 +150,15 @@
             android:exported="false" />
         <activity
             android:name=".ui.activity.ExternalSiteWebView"
-            android:configChanges="orientation|screenSize|keyboardHidden"
+            android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
             android:exported="false" />
         <activity
             android:name=".ui.activity.RichDocumentsEditorWebView"
-            android:configChanges="orientation|screenSize|keyboardHidden"
+            android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
             android:exported="false" />
         <activity
             android:name=".ui.activity.TextEditorWebView"
-            android:configChanges="orientation|screenSize|keyboardHidden"
+            android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
             android:exported="false" />
         <activity
             android:name=".ui.activity.ContactsPreferenceActivity"