set backup done flag if wallet is created from a specified phrase
This commit is contained in:
parent
ef412f2028
commit
612ff20df1
1 changed files with 5 additions and 0 deletions
|
|
@ -176,6 +176,11 @@ angular.module('copayApp.controllers').controller('createController',
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (self.seedSourceId == 'set') {
|
||||||
|
$timeout(function() {
|
||||||
|
$rootScope.$emit('Local/BackupDone');
|
||||||
|
}, 1);
|
||||||
|
}
|
||||||
go.walletHome();
|
go.walletHome();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue