Skip to content

Proper crash fix for the NullPointerException triggered by a race condition

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

This is the exact same fix as 65cac21c but as MediaWrapper is overloaded, we have to apply it in its getTitle method as well

Merge request reports