Skip to content

Fix the browser thumbnails when file is not indexed by the ML

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

It was due to the fact that we try to find a ML media corresponding to the file. As it fails when the media is not indexed, a new MediaWrapper was created with id 0. In that case, the BitmapCache key was the same for all the files, leading to a cache collision.

Fixes #2358 (closed)

Merge request reports