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:
Belal Shehab 2024-06-06 16:10:20 +03:00 committed by GitHub
parent a3c9012f4a
commit fdf47c4c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ RightTabBaseView {
function resetStack() {
stack.currentIndex = 0;
RootStore.backButtonName = d.getBackButtonText(stack.currentIndex);
}
headerButton.onClicked: {