onboarding - disable scroll - skip notification view on android
This commit is contained in:
parent
6b571e64ec
commit
3d927267bc
12 changed files with 44 additions and 33 deletions
|
|
@ -490,14 +490,14 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
}
|
||||
})
|
||||
|
||||
/*
|
||||
*
|
||||
* Addressbook
|
||||
*
|
||||
*/
|
||||
/*
|
||||
*
|
||||
* Addressbook
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
.state('tabs.addressbook', {
|
||||
.state('tabs.addressbook', {
|
||||
url: '/addressbook',
|
||||
views: {
|
||||
'tab-settings': {
|
||||
|
|
@ -761,7 +761,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
}
|
||||
});
|
||||
})
|
||||
.run(function($rootScope, $state, $location, $log, $timeout, $ionicHistory, $ionicPlatform, lodash, platformInfo, profileService, uxLanguage, gettextCatalog, openURLService, storageService) {
|
||||
.run(function($rootScope, $state, $location, $log, $timeout, $ionicHistory, $ionicPlatform, $ionicScrollDelegate, lodash, platformInfo, profileService, uxLanguage, gettextCatalog, openURLService, storageService) {
|
||||
|
||||
uxLanguage.init();
|
||||
openURLService.init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue