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
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue