Fix bug where keyboard would hide text boxes in incognito

This commit is contained in:
Anthony Restaino 2016-04-07 10:18:14 -04:00
parent 984aa133ec
commit f322c570c0

View File

@ -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"/>