Merge pull request #32 from status-im/header-dissapears
fix disappearing of header for Android
Former-commit-id: ebc011122d
This commit is contained in:
commit
359674e029
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue