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