mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 05:16:46 +00:00
Merge pull request #32 from status-im/header-dissapears
fix disappearing of header for Android Former-commit-id: ebc011122da795373e7d794dd460f95bc29c2018
This commit is contained in:
commit
359674e029
@ -13,6 +13,7 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
android:windowSoftInputMode="stateVisible"
|
||||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
|
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user