Adds fade transition. Also fix delay screen

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-08 17:57:36 -03:00
commit e2f957597a
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 5 additions and 2 deletions

View file

@ -63,7 +63,7 @@ angular.element(document).ready(function() {
setTimeout(function() {
navigator.splashscreen.hide();
}, 2000);
}, 1000);
window.plugins.webintent.getUri(handleBitcoinURI);
window.plugins.webintent.onNewIntent(handleBitcoinURI);