Fixed lock button on Arabic locale

This commit is contained in:
Blatzar 2022-09-21 17:47:18 +02:00
parent d057a73368
commit 880b89ea85
1 changed files with 1 additions and 0 deletions

View File

@ -611,6 +611,7 @@ open class FullScreenPlayer : AbstractPlayerFragment() {
player_lock?.isGone = !isShowing player_lock?.isGone = !isShowing
//player_media_route_button?.isClickable = !isGone //player_media_route_button?.isClickable = !isGone
player_go_back_holder?.isGone = isGone player_go_back_holder?.isGone = isGone
player_sources_btt?.isGone = isGone
} }
private fun updateLockUI() { private fun updateLockUI() {