Skip to content

VideoPlayer: save media index when leaving app.

Duncan McNamara requested to merge Skantes/vlc-android:wrong-resume into master

On some low performance devices, when leaving the app, the paused service will be killed, and respawned when the app is restarted. As the medialist was saved but not the index, resuming would go to the 1st media in the saved medialist. This saves the media index also.

Edited by Duncan McNamara

Merge request reports