Touchid before Unlock on iOS
This commit is contained in:
parent
8e65298ff9
commit
0a5c32b9f3
4 changed files with 97 additions and 95 deletions
|
|
@ -1485,6 +1485,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
return cb(err, pass);
|
||||
},
|
||||
};
|
||||
$timeout(function() {
|
||||
$rootScope.$apply();
|
||||
});
|
||||
});
|
||||
|
||||
lodash.each(['NewCopayer', 'CopayerUpdated'], function(eventName) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue