This commit is contained in:
Matias Alejo Garcia 2014-12-06 18:50:27 -03:00
parent 60aaa6bd4c
commit 8aa4d93f8f
2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.bitpay.copay"
version="0.8.2"
version="0.8.3"
android-versionCode="17"
ios-CFBundleVersion="0.8.2">
ios-CFBundleVersion="0.8.3">
<name>Copay</name>
<description>
A secure bitcoin wallet for friends and companies.

View File

@ -20,6 +20,10 @@ angular.element(document).ready(function() {
startAngular();
}, false);
document.addEventListener('pause', function() {
window.location = '#!';
});
} else {
startAngular();
}