From c4914302135eb90a7a91ce21b8e9c63af38f9e3f Mon Sep 17 00:00:00 2001 From: ssotomayor Date: Thu, 2 Oct 2014 12:02:17 -0300 Subject: [PATCH] Backup will be disabled ONLY for iOS devices, as this ones don't have access to the device's FS. --- js/controllers/more.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)',