summaryrefslogtreecommitdiff
path: root/wallet/src/main/res
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-09-28 14:33:33 -0300
committerTorsten Grote <t@grobox.de>2020-09-28 14:33:33 -0300
commit44496bcedb1336b8169e10e4d4fcf9165edc194d (patch)
tree17e4abd66f986944e0f5bec44480a7ead589b566 /wallet/src/main/res
parent0936fc851232c8c6c41ce4a0c479ba7a1e452137 (diff)
downloadtaler-android-44496bcedb1336b8169e10e4d4fcf9165edc194d.tar.gz
taler-android-44496bcedb1336b8169e10e4d4fcf9165edc194d.tar.bz2
taler-android-44496bcedb1336b8169e10e4d4fcf9165edc194d.zip
[wallet] Enable manual withdrawal (without payto:// parsing/display)
Diffstat (limited to 'wallet/src/main/res')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml
index cf98b95..e8929c9 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -75,7 +75,11 @@
<fragment
android:id="@+id/nav_exchange_manual_withdrawal"
android:name="net.taler.wallet.withdraw.ManualWithdrawFragment"
- android:label="@string/withdraw_title"/>
+ android:label="@string/withdraw_title">
+ <action
+ android:id="@+id/action_nav_exchange_manual_withdrawal_to_promptWithdraw"
+ app:destination="@id/promptWithdraw" />
+ </fragment>
<fragment
android:id="@+id/nav_settings_backup"