Skip to content

VideoBrowserList: fix marker seen overlapping sd

Duncan McNamara requested to merge Skantes/vlc-android:item-seen into master

The seen marker is constrained to the start of the parent or the end of the network marker. Since adding seperate markers for otg or sd, the seen marker can overlap them. To fix this, it set to the end of the parent.

Merge request reports