diff --git a/src/js/routes.js b/src/js/routes.js index 7dae27585..55f1581ee 100644 --- a/src/js/routes.js +++ b/src/js/routes.js @@ -536,8 +536,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr $ionicPlatform.ready(function() { if (platformInfo.isCordova) { - ionic.Platform.fullScreen(true, false); - $ionicPlatform.registerBackButtonAction(function(event) { event.preventDefault(); }, 100);