From 8350329b6c9bf07e4ec6c1b20235df9f0710d463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cthoatbk=E2=80=9D?= <“thomas@butterkiss.com”> Date: Fri, 12 Dec 2014 05:43:27 +0100 Subject: [PATCH] workaround for android backup using copy/paste like on IOS --- js/controllers/profile.js | 1 + views/profile.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/js/controllers/profile.js b/js/controllers/profile.js index 06fbf4e1a..a63647676 100644 --- a/js/controllers/profile.js +++ b/js/controllers/profile.js @@ -2,6 +2,7 @@ angular.module('copayApp.controllers').controller('ProfileController', function($scope, $rootScope, $location, $modal, $filter, $timeout, backupService, identityService, isMobile) { $scope.username = $rootScope.iden.getName(); $scope.isSafari = isMobile.Safari(); + $scope.isCordova = !!window.cordova; $rootScope.title = 'Profile'; $scope.hideAdv = true; diff --git a/views/profile.html b/views/profile.html index bc43b74bf..105687d1d 100644 --- a/views/profile.html +++ b/views/profile.html @@ -20,9 +20,9 @@