hotfix window compat bug

This commit is contained in:
IndusAryan 2024-01-11 18:05:15 +05:30 committed by GitHub
parent 96aa56209b
commit 6d6d47cafa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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