mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
added comment
This commit is contained in:
parent
cb9cecfa5d
commit
68eb0cc8f2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue