add hasClick to platformInfo and use it to determine whether to show the slide to pay component or not
This commit is contained in:
parent
b9ba2af993
commit
a1c73b7148
4 changed files with 20 additions and 3 deletions
|
|
@ -983,7 +983,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
profileService.storeProfileIfDirty();
|
||||
$log.debug('Profile loaded ... Starting UX.');
|
||||
scannerService.gentleInitialize();
|
||||
$state.go('tabs.home');
|
||||
//$state.go('tabs.home');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue