Stop spinner after join wallet
This commit is contained in:
parent
4aa4d9f769
commit
35f515b738
1 changed files with 2 additions and 0 deletions
|
|
@ -367,6 +367,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
self.debounceUpdateHistory();
|
self.debounceUpdateHistory();
|
||||||
}, 1);
|
}, 1);
|
||||||
|
} else {
|
||||||
|
self.loadingWallet = false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue