fix join sync
This commit is contained in:
parent
394a5b474a
commit
8d7783cac3
4 changed files with 25 additions and 16 deletions
|
|
@ -164,6 +164,11 @@ angular.module('copayApp.services')
|
|||
notification.error('Error', $filter('translate')('Received corrupt message from ') + peerId);
|
||||
}
|
||||
});
|
||||
|
||||
w.on('publicKeyRingUpdated', function() {
|
||||
$rootScope.$digest();
|
||||
});
|
||||
|
||||
w.on('ready', function() {
|
||||
var isFocused = root.isFocused(wid);
|
||||
copay.logger.debug('Wallet:' + w.getName() + ' is ready. Focused:', isFocused);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue