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 {
|
playerGoBack.setOnClickListener {
|
||||||
activity?.popCurrentPage()
|
activity?.popCurrentPage()
|
||||||
|
activity?.showSystemUI()
|
||||||
}
|
}
|
||||||
|
|
||||||
playerSourcesBtt.setOnClickListener {
|
playerSourcesBtt.setOnClickListener {
|
||||||
|
|
Loading…
Reference in a new issue