mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
hotfix window compat bug (#870)
This commit is contained in:
parent
85a769a898
commit
8c5ab86714
1 changed files with 2 additions and 1 deletions
|
@ -1482,6 +1482,7 @@ open class FullScreenPlayer : AbstractPlayerFragment() {
|
|||
|
||||
playerGoBack.setOnClickListener {
|
||||
activity?.popCurrentPage()
|
||||
activity?.showSystemUI()
|
||||
}
|
||||
|
||||
playerSourcesBtt.setOnClickListener {
|
||||
|
@ -1569,4 +1570,4 @@ open class FullScreenPlayer : AbstractPlayerFragment() {
|
|||
ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE // default orientation
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue