summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2022-08-23 14:42:12 -0300
committerTorsten Grote <t@grobox.de>2022-08-23 14:42:25 -0300
commitafeddc3f665297904a8a06c152a67fec6bb13217 (patch)
treeef36700eb2ec5682361c51542d72d33129a05fcd /wallet/src/main/res/navigation
parent07098f6660b19320bed36d24758464c662c74531 (diff)
downloadtaler-android-afeddc3f665297904a8a06c152a67fec6bb13217.tar.gz
taler-android-afeddc3f665297904a8a06c152a67fec6bb13217.tar.bz2
taler-android-afeddc3f665297904a8a06c152a67fec6bb13217.zip
[wallet] Clean up manual withdrawal code a bit
Diffstat (limited to 'wallet/src/main/res/navigation')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml
index 724fd93..871ba53 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -86,7 +86,7 @@
<fragment
android:id="@+id/nav_exchange_manual_withdrawal"
- android:name="net.taler.wallet.withdraw.ManualWithdrawFragment"
+ android:name="net.taler.wallet.withdraw.manual.ManualWithdrawFragment"
android:label="@string/withdraw_title">
<action
android:id="@+id/action_nav_exchange_manual_withdrawal_to_promptWithdraw"
@@ -95,7 +95,7 @@
<fragment
android:id="@+id/nav_exchange_manual_withdrawal_success"
- android:name="net.taler.wallet.withdraw.ManualWithdrawSuccessFragment"
+ android:name="net.taler.wallet.withdraw.manual.ManualWithdrawSuccessFragment"
android:label="@string/withdraw_title">
<action
android:id="@+id/action_nav_exchange_manual_withdrawal_success_to_nav_main"