Fixes issue when adding an account

This commit is contained in:
tom79 2017-09-11 19:04:40 +02:00
parent 364b4ca738
commit 48fead3b55
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<activity
android:name="fr.gouv.etalab.mastodon.activities.MainActivity"
android:label="@string/app_name"
android:launchMode="singleTask"
android:launchMode="singleTop"
android:windowSoftInputMode = "adjustResize"
android:configChanges="keyboardHidden|orientation|screenSize"
android:theme="@style/AppThemeDark_NoActionBar">