summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-02-26 16:49:44 -0600
committerTorsten Grote <t@grobox.de>2024-02-27 17:18:25 -0300
commitfec49163d1580677291f4971590a0d449ede2902 (patch)
treedb17678e0d2f2fe7c7f8d3f2d49ab25fe8113e83 /wallet/src/main/res/navigation
parentd496ff3c6a2ed16786cf3cc42e3a9f8df7629538 (diff)
downloadtaler-android-fec49163d1580677291f4971590a0d449ede2902.tar.gz
taler-android-fec49163d1580677291f4971590a0d449ede2902.tar.bz2
taler-android-fec49163d1580677291f4971590a0d449ede2902.zip
[wallet] Pending operations are no more!
bug 0008508
Diffstat (limited to 'wallet/src/main/res/navigation')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml
index 3ea02fc..38e2c26 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -310,11 +310,6 @@
app:destination="@id/promptWithdraw"
app:popUpTo="@id/nav_main" />
</fragment>
- <fragment
- android:id="@+id/nav_pending_operations"
- android:name="net.taler.wallet.pending.PendingOperationsFragment"
- android:label="@string/pending_operations_title"
- tools:layout="@layout/fragment_pending_operations" />
<fragment
android:id="@+id/nav_uri_input"
@@ -361,10 +356,6 @@
app:destination="@id/promptPayTemplate" />
<action
- android:id="@+id/action_global_pending_operations"
- app:destination="@id/nav_pending_operations" />
-
- <action
android:id="@+id/action_nav_transactions_detail_withdrawal"
app:destination="@id/nav_transactions_detail_withdrawal" />