diff --git a/js/controllers/more.js b/js/controllers/more.js index 991a6a3f6..b47d00296 100644 --- a/js/controllers/more.js +++ b/js/controllers/more.js @@ -3,7 +3,7 @@ angular.module('copayApp.controllers').controller('MoreController', function($scope, $rootScope, $location, $filter, backupService, walletFactory, controllerUtils, notification, rateService, isMobile) { var w = $rootScope.wallet; - $scope.isMobile = isMobile.any(); + $scope.isMobile = isMobile.iOS(); $scope.unitOpts = [{ name: 'Satoshis (100,000,000 satoshis = 1BTC)',