Skip to content

Ml: Fix ban / unban with spaces in the name

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

The callback called after ban / unban of a directory compares non encoded directories from the StorageBrowserAdapter to a VLCencoded directory string. Because of this after ban / unban the item view was not updated after action.

Fixes #2596 (closed)

Requires libvlcjni!29 (merged) to completely fix the issue

Merge request reports