Not pause the device if user share or send the backup by email

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-29 16:03:14 -02:00
commit 2d11555eab
4 changed files with 10 additions and 1 deletions

View file

@ -25,6 +25,7 @@ angular.module('copayApp.controllers').controller('ProfileController', function(
};
$scope.sendProfileBackup = function() {
window.ignoreMobilePause = true;
window.plugins.toast.showShortCenter('Preparing backup...');
var name = $rootScope.iden.fullName;
var ep = backupService.profileEncrypted($rootScope.iden);