refactor disclaimer handling
This commit is contained in:
parent
2153f5c078
commit
bffaf9ad9d
10 changed files with 57 additions and 55 deletions
|
|
@ -75,6 +75,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
} else {
|
||||
$rootScope.$emit('Local/WalletImported', walletId);
|
||||
notification.success(gettext('Success'), gettext('Your wallet has been imported correctly'));
|
||||
go.walletHome();
|
||||
}
|
||||
});
|
||||
}, 100);
|
||||
|
|
@ -309,6 +310,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
}
|
||||
$rootScope.$emit('Local/WalletImported', walletId);
|
||||
notification.success(gettext('Success'), gettext('Your wallet has been imported correctly'));
|
||||
go.walletHome();
|
||||
});
|
||||
}, 100);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue