mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
don't start videos automatically when the data saver mode is enabled
This commit is contained in:
parent
c470339ee9
commit
d1df440fa4
@ -619,7 +619,7 @@ class PlayerFragment : BaseFragment(), OnlinePlayerOptions {
|
||||
initializePlayerView(streams)
|
||||
if (!isLive) seekToWatchPosition()
|
||||
exoPlayer.prepare()
|
||||
exoPlayer.play()
|
||||
if (!PreferenceHelper.getBoolean(PreferenceKeys.DATA_SAVER_MODE, false)) exoPlayer.play()
|
||||
|
||||
if (binding.playerMotionLayout.progress != 1.0f) {
|
||||
// show controllers when not in picture in picture mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user