Fix bug where keyboard would hide text boxes in incognito

Esse commit está contido em:
Anthony Restaino
2016-04-07 10:18:14 -04:00
commit f322c570c0
+1 -1
Ver Arquivo
@@ -130,7 +130,7 @@
android:label="@string/app_name"
android:launchMode="singleTask"
android:theme="@style/Theme.DarkTheme"
android:windowSoftInputMode="stateHidden">
android:windowSoftInputMode="stateHidden|adjustResize">
<intent-filter>
<action android:name="android.intent.action.INCOGNITO"/>