Quick fixes

This commit is contained in:
Zach Fox 2017-08-31 16:42:14 -07:00
parent fa25c434ca
commit 1bfc767daf
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ Rectangle {
walletSetupLightbox.visible = false;
} else if (msg.method === 'walletSetup_finished') {
root.activeView = "initialize";
commerce.getPassphraseSetupStatus();
commerce.getLoginStatus();
} else if (msg.method === 'walletSetup_raiseKeyboard') {
root.keyboardRaised = true;
} else if (msg.method === 'walletSetup_lowerKeyboard') {

View file

@ -210,7 +210,7 @@ Rectangle {
onVisibleChanged: {
if (visible) {
commerce.getPassphraseSetupStatus();
commerce.getWalletAuthenticatedStatus();
}
}