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

@ -155,6 +155,7 @@ angular.module('copayApp.controllers').controller('MoreController',
};
$scope.sendWalletBackup = function() {
window.ignoreMobilePause = true;
window.plugins.toast.showShortCenter('Preparing backup...');
var name = (w.name || w.id);
var ew = backupService.walletEncrypted(w);