Fix handler url after first installation
This commit is contained in:
parent
ccfe998b9d
commit
549e86e872
1 changed files with 5 additions and 3 deletions
|
|
@ -998,10 +998,12 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
||||||
$log.debug('Profile loaded ... Starting UX.');
|
$log.debug('Profile loaded ... Starting UX.');
|
||||||
scannerService.gentleInitialize();
|
scannerService.gentleInitialize();
|
||||||
$state.go('tabs.home');
|
$state.go('tabs.home');
|
||||||
$timeout(function() {
|
|
||||||
openURLService.init();
|
|
||||||
}, 1000);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// After everything have been loaded, initialize handler URL
|
||||||
|
$timeout(function() {
|
||||||
|
openURLService.init();
|
||||||
|
}, 1000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue