Merge pull request #2119 from thoatbk/master
workaround for android backup using copy/paste like on IOS
This commit is contained in:
commit
db1a6d8cda
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue