Not pause the device if user share or send the backup by email
This commit is contained in:
parent
14531839af
commit
2d11555eab
4 changed files with 10 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue