mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 22:28:08 +00:00
feat(ui/views/App/Main/MainWindow): add more secure on first home render
This commit is contained in:
parent
0c1d6929cd
commit
613cfa2aa9
1 changed files with 3 additions and 1 deletions
|
|
@ -97,7 +97,9 @@ Controls1.ApplicationWindow {
|
|||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Component.onCompleted: _setView('Home')
|
||||
Component.onCompleted: Utils.setTimeout(window, 0, function () {
|
||||
_setView('Home')
|
||||
})
|
||||
|
||||
onActiveFocusItemChanged: activeFocusItem == null && smartSearchBar.hideMenu()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue