Skip to content

qml/MainViewLoader: Fix the component loading behavior

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

This MR fixes the component loading behavior on the MainViewLoader avoiding unnecessary replace calls on the StackView and fixing a binding loop on the currentComponent. Consequently it also partially fixes keyboard visualFocus transitions from one view to the other.

Edited by Benjamin Arnaud

Merge request reports