Skip to content
Snippets Groups Projects
Commit 21ca2095 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Fix playlist clear on video player resumed

(cherry picked from commit 92a9efb3)
parent 7bb86946
No related branches found
No related tags found
No related merge requests found
......@@ -701,6 +701,8 @@ public class VideoPlayerActivity extends AppCompatActivity implements IVLCVout.C
if (mService != null) mService.removeCallback(this);
mHelper.onStop();
// Clear Intent to restore playlist on activity restart
setIntent(new Intent());
}
private void restoreBrightness() {
......
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