summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-07-20 10:55:56 -0300
committerTorsten Grote <t@grobox.de>2020-07-20 10:55:56 -0300
commitde69768ac75e1608601751bd0a187e6a687dbdd2 (patch)
treece1f8104347ae9741444aad5394cfa6f794536d7 /wallet/src/main/res/navigation
parent35fb3686d411869ac4854f1f56efc46a21c7c42b (diff)
downloadtaler-android-de69768ac75e1608601751bd0a187e6a687dbdd2.tar.gz
taler-android-de69768ac75e1608601751bd0a187e6a687dbdd2.tar.bz2
taler-android-de69768ac75e1608601751bd0a187e6a687dbdd2.zip
[wallet] move withdrawal code to withdraw package
Also show payment options from exchange's payto URIs
Diffstat (limited to 'wallet/src/main/res/navigation')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml
index c9a98f0..93db557 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -74,7 +74,7 @@
<fragment
android:id="@+id/nav_exchange_manual_withdrawal"
- android:name="net.taler.wallet.exchanges.ManualWithdrawFragment"
+ android:name="net.taler.wallet.withdraw.ManualWithdrawFragment"
android:label="@string/withdraw_title"/>
<fragment