Skip to content

Commit

Permalink
fix(android): Hide tabbar when keyboard show (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored and Houssein Djirdeh committed Oct 6, 2017
1 parent 8a724f9 commit 8e49116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
android:name=".MainActivity"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:windowSoftInputMode="adjustResize">
android:windowSoftInputMode="stateAlwaysHidden|adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit 8e49116

Please sign in to comment.