summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-01-30 19:14:52 -0600
committerTorsten Grote <t@grobox.de>2024-02-02 15:57:02 -0300
commit535d9dcff2b71d7ae9bf2a1d75c24d7a8e8e4329 (patch)
treec702cbfa4a2f02b76d23ae5d34cd9e33dd1014d0 /wallet/src/main/res/navigation
parentf004af7b746a436e7317d5c27f8f261bd7a407f0 (diff)
downloadtaler-android-535d9dcff2b71d7ae9bf2a1d75c24d7a8e8e4329.tar.gz
taler-android-535d9dcff2b71d7ae9bf2a1d75c24d7a8e8e4329.tar.bz2
taler-android-535d9dcff2b71d7ae9bf2a1d75c24d7a8e8e4329.zip
[wallet] Delete now unused AlreadyPaidFragment
Diffstat (limited to 'wallet/src/main/res/navigation')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml
index 18b9122..8c1010c 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -94,10 +94,6 @@
app:destination="@id/nav_main"
app:popUpTo="@id/nav_main" />
<action
- 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" />
@@ -300,12 +296,6 @@
tools:layout="@layout/fragment_already_accepted" />
<fragment
- android:id="@+id/alreadyPaid"
- android:name="net.taler.wallet.payment.AlreadyPaidFragment"
- android:label="@string/payment_already_paid_title"
- tools:layout="@layout/fragment_already_paid" />
-
- <fragment
android:id="@+id/promptWithdraw"
android:name="net.taler.wallet.withdraw.PromptWithdrawFragment"
android:label="@string/nav_prompt_withdraw"