mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-03 06:40:19 +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")
|
@SuppressLint("SourceLockedOrientationActivity")
|
||||||
fun updateOrientation() {
|
fun updateOrientation() {
|
||||||
val a = activity ?: return
|
val a = activity ?: return
|
||||||
|
// only applies to small windows
|
||||||
val isFullScreenPortraitAllowed = Settings.instance.playback.fullscreenPortrait;
|
val isFullScreenPortraitAllowed = Settings.instance.playback.fullscreenPortrait;
|
||||||
val isReversePortraitAllowed = Settings.instance.playback.reversePortrait;
|
val isReversePortraitAllowed = Settings.instance.playback.reversePortrait;
|
||||||
val rotationLock = StatePlayer.instance.rotationLock
|
val rotationLock = StatePlayer.instance.rotationLock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue