Merge pull request #2718 from matiu/feat/splash-import
Feat/splash import
This commit is contained in:
commit
ec7a1d8338
19 changed files with 58 additions and 66 deletions
|
|
@ -357,6 +357,9 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
return;
|
||||
|
||||
var fc = profileService.focusedClient;
|
||||
if (!fc)
|
||||
return;
|
||||
|
||||
$timeout(function() {
|
||||
storageService.getLastAddress(fc.credentials.walletId, function(err, addr) {
|
||||
if (addr) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue