| Index: remoting/android/java/AndroidManifest.xml.jinja2
|
| diff --git a/remoting/android/java/AndroidManifest.xml.jinja2 b/remoting/android/java/AndroidManifest.xml.jinja2
|
| index 1b3209b7798425d720f3bf5f1fb21a0e7a5211ce..d5393596eb2c85c2b086fc384d8d4a92db312112 100644
|
| --- a/remoting/android/java/AndroidManifest.xml.jinja2
|
| +++ b/remoting/android/java/AndroidManifest.xml.jinja2
|
| @@ -36,7 +36,7 @@
|
| </intent-filter>
|
| </activity>
|
| <activity android:name="org.chromium.chromoting.Desktop"
|
| - android:configChanges="orientation|screenSize"
|
| + android:configChanges="orientation|screenSize|keyboard|keyboardHidden"
|
| android:theme="@style/BaseTheme.Desktop"
|
| android:windowSoftInputMode="adjustResize"/>
|
| <activity android:name="org.chromium.chromoting.HelpActivity"
|
|
|