mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-19 18:18:38 +00:00
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() {
|
function resetStack() {
|
||||||
stack.currentIndex = 0;
|
stack.currentIndex = 0;
|
||||||
|
RootStore.backButtonName = d.getBackButtonText(stack.currentIndex);
|
||||||
}
|
}
|
||||||
|
|
||||||
headerButton.onClicked: {
|
headerButton.onClicked: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user