Merge pull request #3554 from cmgustavo/bug/scanqr-join

Fix QR code scan wallet invitation on Android
This commit is contained in:
Matias Alejo Garcia 2015-12-01 10:11:13 -03:00
commit 51fee25070
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@ angular.element(document).ready(function() {
window.location = '#/cordova/pause/';
}, 100);
}
setTimeout(function() {
window.ignoreMobilePause = false;
}, 100);
}, false);
document.addEventListener('resume', function() {