Updates Glidera status when newBlock
This commit is contained in:
parent
2a204ed88d
commit
13b509ac4d
1 changed files with 5 additions and 0 deletions
|
|
@ -1064,6 +1064,11 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
|
||||
|
||||
$rootScope.$on('NewBlock', function() {
|
||||
if (self.glideraEnabled) {
|
||||
$timeout(function() {
|
||||
self.updateGlidera();
|
||||
});
|
||||
}
|
||||
if (self.pendingAmount) {
|
||||
self.updateAll({
|
||||
walletStatus: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue