Merge pull request #12833 from ElderOrb/FB14015_RC66

Close 'goto' app on pressing 'forward' / 'backward' buttons
This commit is contained in:
John Conklin II 2018-04-09 11:42:17 -07:00 committed by GitHub
commit 890a63afb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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