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
|
|
@ -19,7 +19,8 @@ angular.module('copayApp.controllers').controller('ReceiveController',
|
|||
|
||||
$scope.shareAddress = function(addr) {
|
||||
if (isCordova) {
|
||||
window.plugins.socialsharing.share('My bitcoin address: ' + addr);
|
||||
window.ignoreMobilePause = true;
|
||||
window.plugins.socialsharing.share('My bitcoin address: ' + addr, null, null, null);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue