Fix pause for iOS
This commit is contained in:
parent
2d11555eab
commit
71db4d05f9
3 changed files with 10 additions and 4 deletions
|
|
@ -25,7 +25,9 @@ angular.module('copayApp.controllers').controller('ProfileController', function(
|
|||
};
|
||||
|
||||
$scope.sendProfileBackup = function() {
|
||||
window.ignoreMobilePause = true;
|
||||
if (!isMobile.iOS) {
|
||||
window.ignoreMobilePause = true;
|
||||
}
|
||||
window.plugins.toast.showShortCenter('Preparing backup...');
|
||||
var name = $rootScope.iden.fullName;
|
||||
var ep = backupService.profileEncrypted($rootScope.iden);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue