This commit is contained in:
Matias Alejo Garcia 2014-11-30 01:11:00 -03:00
commit 1eebaa4e94
3 changed files with 4 additions and 4 deletions

View file

@ -83,7 +83,6 @@ angular.module('copayApp.services')
copay.Identity.open(opts, function(err, iden) {
if (err) return cb(err);
console.log('[identityService.js.95] LISTO OPEN!!'); //TODO
root.bind(iden);
iden.openWallets();
return cb();
@ -256,6 +255,7 @@ angular.module('copayApp.services')
copay.logger.debug('newWallet:', w.getName(), wid, iden.getLastFocusedWalletId());
root.installWalletHandlers(w);
if (wid == iden.getLastFocusedWalletId()) {
$rootScope.starting = false;
copay.logger.debug('GOT Focused wallet:', w.getName());
root.setFocusedWallet(w, true);
root.goWalletHome();