no new guidelines hint when going to landscape
This commit is contained in:
Phillip Thelen 2020-08-26 13:23:40 +02:00 committed by GitHub
commit a508d4d3c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,8 @@
android:name=".ui.activities.MainActivity"
android:label="@string/app_name"
android:theme="@style/LaunchAppTheme"
android:windowSoftInputMode="stateHidden|adjustResize">
android:windowSoftInputMode="stateHidden|adjustResize"
android:configChanges="orientation|screenSize">
<nav-graph android:value="@navigation/navigation" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@ -46,6 +47,7 @@
android:host="habitica.com"
android:pathPattern="/"/>
</intent-filter>
</activity>
<activity
android:name=".ui.activities.PrefsActivity"