Skip to content

Fix factories

Nicolas Pomepuy requested to merge Aza/vlc-android:fix_factories into master

The previous fix was ineffective because this crash happens when the VLCApplication code has not been ran.

To make the fallback effective, it is now done at request time.

Merge request reports