Skip to content
Snippets Groups Projects
Commit 7b207214 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Avoid video stats to be displayed again after VideoPlayerActivity has been stopped

parent 9ed915a9
No related branches found
No related tags found
1 merge request!666Fixes for beta
Pipeline #20278 passed with stage
in 2 minutes and 38 seconds
......@@ -673,6 +673,7 @@ open class VideoPlayerActivity : AppCompatActivity(), PlaybackService.Callback,
cleanUI()
stopPlayback()
service?.playlistManager?.videoStatsOn?.postValue(false)
if (savedTime != -1L) settings.putSingle(VIDEO_RESUME_TIME, savedTime)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment