From e2f957597adbe9b76a1eabef42ae020bf6900654 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 8 Dec 2015 17:57:36 -0300 Subject: [PATCH] Adds fade transition. Also fix delay screen --- cordova/config.xml | 5 ++++- src/js/init.js | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cordova/config.xml b/cordova/config.xml index 8188464c3..a16476c5c 100644 --- a/cordova/config.xml +++ b/cordova/config.xml @@ -17,7 +17,10 @@ - + + + + diff --git a/src/js/init.js b/src/js/init.js index f2d1f1dca..e9554806a 100644 --- a/src/js/init.js +++ b/src/js/init.js @@ -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);