Browse Source
In onSaveInstanceState, without a currentMediaList we would default to savedMediaList, but without a currentIndex, we would default to 0 and not to savedMediaIndex. When restarting the videoplayer, we do have a savedInstanceState in the on create that is used to reload the previous medialist, but it only reloaded 0.merge-requests/1594/merge
committed by
Nicolas Pomepuy
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue