perf(startupService): speedup perceived load time by removing animations before the splashscreen hid

This commit is contained in:
Jason Dreyzehner 2016-10-12 13:27:19 -04:00
commit ec343e4991
4 changed files with 12 additions and 5 deletions

View file

@ -959,6 +959,9 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
$log.info('Init profile...');
// Try to open local profile
profileService.loadAndBindProfile(function(err) {
$ionicHistory.nextViewOptions({
disableAnimate: true
});
if (err) {
if (err.message && err.message.match('NOPROFILE')) {
$log.debug('No profile... redirecting');