workaround for android backup using copy/paste like on IOS

This commit is contained in:
“thoatbk” 2014-12-12 05:43:27 +01:00
commit 8350329b6c
2 changed files with 3 additions and 2 deletions

View file

@ -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;