diff options
Diffstat (limited to 'android')
-rw-r--r-- | android/source/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/source/AndroidManifest.xml b/android/source/AndroidManifest.xml index 601f478ae352..d0fde624572d 100644 --- a/android/source/AndroidManifest.xml +++ b/android/source/AndroidManifest.xml @@ -24,8 +24,8 @@ <activity android:name=".LibreOfficeMainActivity" android:label="@string/app_name" - android:configChanges="orientation|keyboard|keyboardHidden|screenLayout|uiMode|screenSize|smallestScreenSize" > - <!-- android:windowSoftInputMode="adjustResize" --> + android:configChanges="orientation|keyboard|keyboardHidden|screenLayout|uiMode|screenSize|smallestScreenSize" + android:windowSoftInputMode="adjustResize" > <intent-filter> <action android:name="android.intent.action.VIEW" /> |