adding to pin modal to resume

This commit is contained in:
Gabriel Bazán 2017-05-09 12:19:08 -03:00
commit 282f549ed0
4 changed files with 310 additions and 12 deletions

View file

@ -1245,6 +1245,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
$ionicPlatform.on('resume', function() {
applicationService.successfullUnlocked = false;
applicationService.pinModal();
// checkAndApplyLock(true);
});