Fix pause event for Android and WP
This commit is contained in:
parent
27476d1b85
commit
2979861ab0
3 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ angular.module('copayApp.controllers').controller('ProfileController', function(
|
|||
};
|
||||
|
||||
$scope.sendProfileBackup = function() {
|
||||
if (!isMobile.iOS) {
|
||||
if (isMobile.Android() || isMobile.Windows()) {
|
||||
window.ignoreMobilePause = true;
|
||||
}
|
||||
window.plugins.toast.showShortCenter('Preparing backup...');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue