3
3
Fork 1
mirror of https://github.com/recloudstream/cloudstream.git synced 2024-08-15 01:53:11 +00:00

fixed player speed

This commit is contained in:
LagradOst 2022-01-08 15:04:46 +01:00
parent 9316482b7d
commit b5a38b39be

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