change timeout 0 to 1
This commit is contained in:
parent
a268c3c8eb
commit
97aac05374
2 changed files with 3 additions and 3 deletions
|
|
@ -220,7 +220,7 @@ angular.module('copayApp.services')
|
|||
}
|
||||
$timeout(function() {
|
||||
$rootScope.$digest()
|
||||
}, 0);
|
||||
}, 1);
|
||||
};
|
||||
|
||||
// On the focused wallet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue