Skip to content

Fix file browser duplicated content issue

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

It was due to loading the fragment twice in the backstack when tapping the last breadcrumb item. As this is useless, it's now doing nothing. Fixes #2490 (closed)

Merge request reports