summaryrefslogtreecommitdiff
path: root/wallet/src/main/res
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-03-27 14:34:16 -0600
committerTorsten Grote <t@grobox.de>2024-04-01 09:37:08 -0300
commit4ddcb0825bc7ce072388fe0ba5946bbc61a57749 (patch)
tree025a4c42f6c410120c1c4e98a476119f9f65c388 /wallet/src/main/res
parentfc6994a6a4212a3d7694834ff4dfaf234abee615 (diff)
downloadtaler-android-4ddcb0825bc7ce072388fe0ba5946bbc61a57749.tar.gz
taler-android-4ddcb0825bc7ce072388fe0ba5946bbc61a57749.tar.bz2
taler-android-4ddcb0825bc7ce072388fe0ba5946bbc61a57749.zip
[wallet] URI handling improvements and DD51 fix
Diffstat (limited to 'wallet/src/main/res')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml
index 2fc6c48..bc2e871 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -390,30 +390,10 @@
app:destination="@id/sendFunds" />
<action
- android:id="@+id/action_global_promptWithdraw"
- app:destination="@id/promptWithdraw" />
-
- <action
- android:id="@+id/action_global_manual_withdrawal"
- app:destination="@id/nav_exchange_manual_withdrawal" />
-
- <action
android:id="@+id/action_global_promptPayment"
app:destination="@id/promptPayment" />
<action
- android:id="@+id/action_global_prompt_pull_payment"
- app:destination="@id/promptPullPayment" />
-
- <action
- android:id="@+id/action_global_prompt_push_payment"
- app:destination="@id/promptPushPayment" />
-
- <action
- android:id="@+id/action_global_prompt_pay_template"
- app:destination="@id/promptPayTemplate" />
-
- <action
android:id="@+id/action_nav_transactions_detail_withdrawal"
app:destination="@id/nav_transactions_detail_withdrawal" />