Skip to content
Snippets Groups Projects
Commit 7fd69138 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix help controller for non-member wallet

parent 27897050
No related branches found
No related tags found
No related merge requests found
......@@ -1072,10 +1072,10 @@ function HelpTipController($scope, $state, $window, $ionicSideMenuDelegate, $tim
bindings: {
content: 'HELP.TIP.SETTINGS_CHANGE_UNIT',
contentParams: contentParams,
icon: {
icon: UIUtils.screen.isSmall() ? {
position: 'right',
style: 'margin-right: 60px'
},
} : {position: 'center'},
hasNext: hasNext
},
timeout: 1000
......@@ -1105,11 +1105,12 @@ function HelpTipController($scope, $state, $window, $ionicSideMenuDelegate, $tim
if (csWallet.isLogin()) {
return $state.go('app.view_wallet')
.then(function(){
return $scope.showHelpTip('helptip-wallet-certifications', {
return $scope.showHelpTip('helptip-wallet-pubkey', {
bindings: {
content: 'HELP.TIP.END_LOGIN',
hasNext: false
}
},
timeout: 1200
});
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment