diff --git a/src/js/controllers/customAmount.js b/src/js/controllers/customAmount.js index ea3e56ceb..b3c17137f 100644 --- a/src/js/controllers/customAmount.js +++ b/src/js/controllers/customAmount.js @@ -18,8 +18,7 @@ angular.module('copayApp.controllers').controller('customAmountController', func $scope.finish = function() { $ionicHistory.nextViewOptions({ - disableAnimate: false, - historyRoot: true + disableAnimate: false }); $ionicHistory.goBack(-2); };