summaryrefslogtreecommitdiff
path: root/wallet/src/main/res
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-09-22 17:37:07 -0600
committerTorsten Grote <t@grobox.de>2023-09-26 18:30:53 +0200
commite7e276369d31e71c6057f9f5a31a9e049af68bd7 (patch)
tree95c7f90aac96c7ca3ad1c3f43ebc1e01bdb4fbc4 /wallet/src/main/res
parent559bfbe2f722144e669ff5810dee3c9e41f9e06e (diff)
downloadtaler-android-e7e276369d31e71c6057f9f5a31a9e049af68bd7.tar.gz
taler-android-e7e276369d31e71c6057f9f5a31a9e049af68bd7.tar.bz2
taler-android-e7e276369d31e71c6057f9f5a31a9e049af68bd7.zip
[wallet] Fix back navigation after template prompt.
Diffstat (limited to 'wallet/src/main/res')
-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 8f94f8d..99f4895 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -218,6 +218,10 @@
android:id="@+id/promptPayTemplate"
android:name="net.taler.wallet.payment.PayTemplateFragment"
android:label="@string/payment_pay_template_title">
+ <action
+ android:id="@+id/action_promptPayTemplate_to_promptPayment"
+ app:destination="@+id/promptPayment"
+ app:popUpTo="@id/nav_main" />
<argument
android:name="uri"
app:argType="string" />