fixed player speed

This commit is contained in:
LagradOst 2022-01-08 15:04:46 +01:00
parent 9316482b7d
commit b5a38b39be
1 changed files with 2 additions and 0 deletions

View File

@ -987,6 +987,8 @@ open class FullScreenPlayer : AbstractPlayerFragment(R.layout.fragment_player) {
// useSystemBrightness =
// settingsManager.getBoolean(ctx.getString(R.string.use_system_brightness_key), false)
}
playback_speed_btt?.isVisible = playBackSpeedEnabled
} catch (e: Exception) {
logError(e)
}