Touchid before Unlock on iOS

This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-20 15:25:54 -03:00
commit 0a5c32b9f3
4 changed files with 97 additions and 95 deletions

View file

@ -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) {