From 4c8c7d95d7c7ae0d28d7caf3041b149de5008287 Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Thu, 13 Jul 2023 10:48:26 +0200 Subject: [PATCH] fix(@wallet): reset tab view on filter change fixes #11469 --- ui/app/AppLayouts/Wallet/views/RightTabView.qml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ui/app/AppLayouts/Wallet/views/RightTabView.qml b/ui/app/AppLayouts/Wallet/views/RightTabView.qml index 5baf030e08..0c8ec0b627 100644 --- a/ui/app/AppLayouts/Wallet/views/RightTabView.qml +++ b/ui/app/AppLayouts/Wallet/views/RightTabView.qml @@ -33,6 +33,14 @@ Item { stack.currentIndex = 0; } + Connections { + target: walletSection + + function onFilterChanged() { + root.resetStack() + } + } + QtObject { id: d function getBackButtonText(index) {