diff --git a/src/js/routes.js b/src/js/routes.js index 31dafd194..46f688f0a 100644 --- a/src/js/routes.js +++ b/src/js/routes.js @@ -1175,7 +1175,11 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr }); $ionicPlatform.on('resume', function() { - // Nothing to do + configService.whenAvailable(function(config) { + if (platformInfo.isCordova && config.pincode && config.pincode.enabled) { + $state.go('pincode'); + } + }); }); $ionicPlatform.on('menubutton', function() {