fix(wallet): fixing back button shows unnecessarily (#15065)
reset the back button on stack reset fixing: #14320 Co-authored-by: belalshehab <belal@status.im>
This commit is contained in:
parent
a3c9012f4a
commit
fdf47c4c21
|
@ -31,6 +31,7 @@ RightTabBaseView {
|
|||
|
||||
function resetStack() {
|
||||
stack.currentIndex = 0;
|
||||
RootStore.backButtonName = d.getBackButtonText(stack.currentIndex);
|
||||
}
|
||||
|
||||
headerButton.onClicked: {
|
||||
|
|
Loading…
Reference in New Issue