diff --git a/linphone-desktop/ui/views/App/Main/MainWindow.qml b/linphone-desktop/ui/views/App/Main/MainWindow.qml index fca04e627..d42cab0dd 100644 --- a/linphone-desktop/ui/views/App/Main/MainWindow.qml +++ b/linphone-desktop/ui/views/App/Main/MainWindow.qml @@ -97,7 +97,9 @@ Controls1.ApplicationWindow { // --------------------------------------------------------------------------- - Component.onCompleted: _setView('Home') + Component.onCompleted: Utils.setTimeout(window, 0, function () { + _setView('Home') + }) onActiveFocusItemChanged: activeFocusItem == null && smartSearchBar.hideMenu()