Merge pull request #32 from status-im/header-dissapears

fix disappearing of header for Android
This commit is contained in:
Jarrad 2016-04-25 18:47:13 +07:00
commit ebc011122d
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:windowSoftInputMode="stateVisible"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />