aboutsummaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation/nav_graph.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-01-30 18:55:55 -0600
committerIván Ávalos <avalos@disroot.org>2024-01-31 10:16:28 -0600
commit4e3373b83bc6b126aed46cbef25ce2c9218ba341 (patch)
treed1d4f59a2458095f932ca9ccd179f82b03f2fa62 /wallet/src/main/res/navigation/nav_graph.xml
parent457a62eeb2e653a268ecdb5838364c60f63e5bba (diff)
downloadtaler-android-4e3373b83bc6b126aed46cbef25ce2c9218ba341.tar.gz
taler-android-4e3373b83bc6b126aed46cbef25ce2c9218ba341.tar.bz2
taler-android-4e3373b83bc6b126aed46cbef25ce2c9218ba341.zip
[wallet] Redirect to details view after payment, deprecate proposalId, and remove pending op actions
bug 0008297
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 672bb77..18b9122 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -97,6 +97,10 @@
android:id="@+id/action_promptPayment_to_alreadyPaid"
app:destination="@id/alreadyPaid"
app:popUpTo="@id/nav_main" />
+ <action
+ android:id="@+id/action_promptPayment_to_nav_transactions_detail_payment"
+ app:destination="@id/nav_transactions_detail_payment"
+ app:popUpTo="@id/nav_main" />
</fragment>
<fragment