summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation/nav_graph.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2024-02-06 14:26:12 -0300
committerTorsten Grote <t@grobox.de>2024-02-06 14:26:12 -0300
commit20a83c6618236e269b2540990f6a687b5598c889 (patch)
tree9503c5c28353066024b0781841e43e98ff2f324c /wallet/src/main/res/navigation/nav_graph.xml
parentda098a6bd5c7cdc4722a24ac28e0a87334341bbb (diff)
downloadtaler-android-20a83c6618236e269b2540990f6a687b5598c889.tar.gz
taler-android-20a83c6618236e269b2540990f6a687b5598c889.tar.bz2
taler-android-20a83c6618236e269b2540990f6a687b5598c889.zip
[wallet] bye bye tips!
Diffstat (limited to 'wallet/src/main/res/navigation/nav_graph.xml')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml
index 24def7f..3ea02fc 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -70,21 +70,6 @@
</fragment>
<fragment
- android:id="@+id/promptTip"
- android:name="net.taler.wallet.tip.PromptTipFragment"
- android:label="Review Tip"
- tools:layout="@layout/fragment_prompt_tip">
- <action
- android:id="@+id/action_promptTip_to_nav_main"
- app:destination="@id/nav_main"
- app:popUpTo="@id/nav_main" />
- <action
- android:id="@+id/action_promptTip_to_alreadyAccepted"
- app:destination="@id/alreadyAccepted"
- app:popUpTo="@id/nav_main" />
- </fragment>
-
- <fragment
android:id="@+id/promptPayment"
android:name="net.taler.wallet.payment.PromptPaymentFragment"
android:label="@string/payment_prompt_title"
@@ -290,12 +275,6 @@
android:label="@string/transactions_detail_title" />
<fragment
- android:id="@+id/alreadyAccepted"
- android:name="net.taler.wallet.tip.AlreadyAcceptedFragment"
- android:label="@string/tip_already_accepted"
- tools:layout="@layout/fragment_already_accepted" />
-
- <fragment
android:id="@+id/promptWithdraw"
android:name="net.taler.wallet.withdraw.PromptWithdrawFragment"
android:label="@string/nav_prompt_withdraw"
@@ -370,10 +349,6 @@
app:destination="@id/promptPayment" />
<action
- android:id="@+id/action_global_promptTip"
- app:destination="@id/promptTip" />
-
- <action
android:id="@+id/action_global_prompt_pull_payment"
app:destination="@id/promptPullPayment" />