hotfix window compat bug (#870)

This commit is contained in:
IndusAryan 2024-01-11 20:23:31 +05:30 committed by GitHub
parent 85a769a898
commit 8c5ab86714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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
}
}
}
}