Skip to content

StartActivity: rm forward_result flag from intent

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

This flag is incompatible with startActivityForResult, and causes a crash when opening the app from a third party app that uses it to open a video.

Fixes issue from: https://forum.videolan.org/viewtopic.php?f=35&t=161454&p=533890#p533890

Edited by Duncan McNamara

Merge request reports