3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 06:55:39 +02:00

FB14015 - Go To app does not close when selecting forward and back arrows on desktop

This commit is contained in:
Alexander Ivash 2018-04-07 17:16:16 +03:00
parent 02422ba538
commit faddc556d7

View file

@ -142,7 +142,10 @@ StackView {
bottom: parent.bottom
}
onHostChanged: updateLocationTextTimer.restart();
onHostChanged: {
updateLocationTextTimer.restart();
DialogsManager.hideAddressBar();
}
Rectangle {
id: navBar