summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation/nav_graph.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-01-31 13:16:19 -0600
committerIván Ávalos <avalos@disroot.org>2024-01-31 13:16:44 -0600
commit08786869d47f0ff0353e0d94cd8874cc3b1af3e2 (patch)
tree12ae7d05baaff64d315e6cfc768dd8ad728f299c /wallet/src/main/res/navigation/nav_graph.xml
parent017793d969750b9cb44600454b9a0471cccc0f4b (diff)
downloadtaler-android-dev/ivan-avalos/exchsel.tar.gz
taler-android-dev/ivan-avalos/exchsel.tar.bz2
taler-android-dev/ivan-avalos/exchsel.zip
[wallet] Replace exchange selection fragment with dialog decoupled from withdrawalsdev/ivan-avalos/exchsel
Diffstat (limited to 'wallet/src/main/res/navigation/nav_graph.xml')
-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"