fix reload in cordova
This commit is contained in:
parent
4d040e600d
commit
984a7a6651
6 changed files with 22 additions and 14 deletions
|
|
@ -114,7 +114,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
pinService.clear(function() {
|
||||
copay.logger.debug('PIN erased');
|
||||
delete $rootScope['hasPin'];
|
||||
applicationService.reload();
|
||||
applicationService.restart();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue