aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateDevice1.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardCreateDevice1.qml')
-rw-r--r--wizard/WizardCreateDevice1.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml
index 88fa82fc..b73a4fcc 100644
--- a/wizard/WizardCreateDevice1.qml
+++ b/wizard/WizardCreateDevice1.qml
@@ -227,6 +227,7 @@ Rectangle {
}
function onCreateWalletFromDeviceCompleted(written){
+ hideProcessingSplash();
if(written){
wizardStateView.state = "wizardCreateWallet2";
} else {