mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-23 14:17:15 +00:00
Merge pull request #1352 from PatriciaHeimfarth/communityguidlinerotating#1351
no new guidelines hint when going to landscape
This commit is contained in:
commit
a508d4d3c0
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue