perf(startupService): remove timers, control splashscreen and statusbar from startupService

This commit is contained in:
Jason Dreyzehner 2016-10-11 22:46:07 -04:00
commit 4de3cad712
6 changed files with 46 additions and 8 deletions

View file

@ -947,16 +947,12 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
});
$ionicPlatform.on('resume', function() {
// Nothing tot do
// Nothing to do
});
$ionicPlatform.on('menubutton', function() {
window.location = '#/preferences';
});
setTimeout(function() {
navigator.splashscreen.hide();
}, 500);
}