fixing AddressManager keyboard when switching domains

This commit is contained in:
Dante Ruiz 2018-03-16 16:32:37 -07:00
parent 7789697243
commit 652faaa116

View file

@ -113,7 +113,6 @@ StackView {
id: addressBarDialog
property bool keyboardEnabled: false
property bool keyboardRaised: false
property bool punctuationMode: false
width: parent.width
@ -402,10 +401,9 @@ StackView {
}
}
HifiControls.Keyboard {
id: keyboard
raised: parent.keyboardEnabled && parent.keyboardRaised
raised: parent.keyboardEnabled
numeric: parent.punctuationMode
anchors {
bottom: parent.bottom