mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-03 05:10:27 +03:00
Set initial ExoPlayer screen orientation to landscape
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
<activity
|
||||
android:name=".player.PlayerActivity"
|
||||
android:launchMode="singleTop"
|
||||
android:screenOrientation="sensorLandscape"
|
||||
android:theme="@style/AppTheme.Player" />
|
||||
|
||||
<activity
|
||||
@@ -51,4 +52,4 @@
|
||||
android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
|
||||
android:value="org.jellyfin.mobile.cast.CastOptionsProvider" />
|
||||
</application>
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user