summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation/nav_graph.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-02-21 15:16:51 -0300
committerTorsten Grote <t@grobox.de>2023-02-22 08:33:23 -0300
commit4559c84e445ea43957d19b2022c856c9625a5fc1 (patch)
tree3294657d18fe616bd75181fd89869ef819f07157 /wallet/src/main/res/navigation/nav_graph.xml
parent413e27dee882aafc5ecda1153df2a81bb4b70d85 (diff)
downloadtaler-android-4559c84e445ea43957d19b2022c856c9625a5fc1.tar.gz
taler-android-4559c84e445ea43957d19b2022c856c9625a5fc1.tar.bz2
taler-android-4559c84e445ea43957d19b2022c856c9625a5fc1.zip
[wallet] navigate to withdrawal transaction detail for bank withdrawals
#7676
Diffstat (limited to 'wallet/src/main/res/navigation/nav_graph.xml')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml
index ec5ec08..1fc4504 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -302,6 +302,10 @@
app:destination="@id/nav_exchange_manual_withdrawal_success"
app:popUpTo="@id/nav_main" />
<action
+ android:id="@+id/action_promptWithdraw_to_nav_transactions_detail_withdrawal"
+ app:destination="@id/nav_transactions_detail_withdrawal"
+ app:popUpTo="@id/nav_main" />
+ <action
android:id="@+id/action_promptWithdraw_to_errorFragment"
app:destination="@id/errorFragment"
app:popUpTo="@id/nav_main" />