summaryrefslogtreecommitdiff
path: root/wallet/src/main/res
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-01-31 13:16:19 -0600
committerTorsten Grote <t@grobox.de>2024-02-06 09:58:38 -0300
commitda098a6bd5c7cdc4722a24ac28e0a87334341bbb (patch)
treea7534ca7f31ba82f92db8e9d1c96249de8e01864 /wallet/src/main/res
parent8062b84d95f759e435d6248c3523ac5c94dce743 (diff)
downloadtaler-android-da098a6bd5c7cdc4722a24ac28e0a87334341bbb.tar.gz
taler-android-da098a6bd5c7cdc4722a24ac28e0a87334341bbb.tar.bz2
taler-android-da098a6bd5c7cdc4722a24ac28e0a87334341bbb.zip
[wallet] Replace exchange selection fragment with dialog decoupled from withdrawals
Diffstat (limited to 'wallet/src/main/res')
-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 8c1010c..24def7f 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -301,9 +301,6 @@
android:label="@string/nav_prompt_withdraw"
tools:layout="@layout/fragment_prompt_withdraw">
<action
- android:id="@+id/action_promptWithdraw_to_selectExchangeFragment"
- app:destination="@id/selectExchangeFragment" />
- <action
android:id="@+id/action_promptWithdraw_to_reviewExchangeTOS"
app:destination="@id/reviewExchangeTOS" />
<action
@@ -335,12 +332,6 @@
app:popUpTo="@id/nav_main" />
</fragment>
<fragment
- android:id="@+id/selectExchangeFragment"
- android:name="net.taler.wallet.exchanges.SelectExchangeFragment"
- android:label="@string/nav_exchange_select"
- tools:layout="@layout/fragment_exchange_list" />
-
- <fragment
android:id="@+id/nav_pending_operations"
android:name="net.taler.wallet.pending.PendingOperationsFragment"
android:label="@string/pending_operations_title"