Skip to content

Commit

Permalink
Fix landscape layouts not used on some devices
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingOwl authored and paroj committed Apr 14, 2024
1 parent 8162232 commit 8fa9ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<uses-library android:name="android.test.runner" />

<activity android:name="github.daneren2005.dsub.activity.SubsonicFragmentActivity"
android:configChanges="orientation|keyboardHidden"
android:configChanges="keyboardHidden"
android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
Expand Down

0 comments on commit 8fa9ee5

Please sign in to comment.