mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
added comment
This commit is contained in:
+1
@@ -115,6 +115,7 @@ class VideoDetailFragment : MainFragment {
|
||||
@SuppressLint("SourceLockedOrientationActivity")
|
||||
fun updateOrientation() {
|
||||
val a = activity ?: return
|
||||
// only applies to small windows
|
||||
val isFullScreenPortraitAllowed = Settings.instance.playback.fullscreenPortrait;
|
||||
val isReversePortraitAllowed = Settings.instance.playback.reversePortrait;
|
||||
val rotationLock = StatePlayer.instance.rotationLock
|
||||
|
||||
Reference in New Issue
Block a user