mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 16:41:57 +02:00
Quick fixes
This commit is contained in:
parent
fa25c434ca
commit
1bfc767daf
2 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ Rectangle {
|
||||||
walletSetupLightbox.visible = false;
|
walletSetupLightbox.visible = false;
|
||||||
} else if (msg.method === 'walletSetup_finished') {
|
} else if (msg.method === 'walletSetup_finished') {
|
||||||
root.activeView = "initialize";
|
root.activeView = "initialize";
|
||||||
commerce.getPassphraseSetupStatus();
|
commerce.getLoginStatus();
|
||||||
} else if (msg.method === 'walletSetup_raiseKeyboard') {
|
} else if (msg.method === 'walletSetup_raiseKeyboard') {
|
||||||
root.keyboardRaised = true;
|
root.keyboardRaised = true;
|
||||||
} else if (msg.method === 'walletSetup_lowerKeyboard') {
|
} else if (msg.method === 'walletSetup_lowerKeyboard') {
|
||||||
|
|
|
@ -210,7 +210,7 @@ Rectangle {
|
||||||
|
|
||||||
onVisibleChanged: {
|
onVisibleChanged: {
|
||||||
if (visible) {
|
if (visible) {
|
||||||
commerce.getPassphraseSetupStatus();
|
commerce.getWalletAuthenticatedStatus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue