Skip to content

Draft: qml/BrowseHomeDisplay: Switch to 'calculateHeight' implementation

Benjamin Arnaud requested to merge bunjee/vlc:ci-browse into master

The prior implementation caused binding loops given the ExpandGridView contentHeight varies according to its height. As a result, we had a corrupted height in the Browse tab that made the 'My Folders' section invisible.

Made obsolete by: !3433 (merged)

Edited by Benjamin Arnaud

Merge request reports