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

@ -16,6 +16,12 @@ angular.element(document).ready(function() {
window.location = '#!/signout';
}
}, false);
document.addEventListener('resume', function() {
setTimeout(function() {
window.ignoreMobilePause = false;
}, 100);
}, false);
document.addEventListener('backbutton', function() {
window.location = '#!/homeWallet';