wizard/device: hide splash screen

This commit is contained in:
selsta 2019-04-15 08:18:20 +02:00
parent fd230789e9
commit a6525e74e6
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -227,6 +227,7 @@ Rectangle {
} }
function onCreateWalletFromDeviceCompleted(written){ function onCreateWalletFromDeviceCompleted(written){
hideProcessingSplash();
if(written){ if(written){
wizardStateView.state = "wizardCreateWallet2"; wizardStateView.state = "wizardCreateWallet2";
} else { } else {