diff options
author | Torsten Grote <t@grobox.de> | 2020-07-17 16:52:40 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-07-17 16:52:40 -0300 |
commit | 64cd56ee8e336f9cff294e350235dfac4a2deb68 (patch) | |
tree | 22a5f275de0da347b77ee3543bf8e06f2e86534f /wallet/src/main/res/navigation | |
parent | 4f665e694b819f7999bb96919d8b468c2a3de48b (diff) | |
download | taler-android-64cd56ee8e336f9cff294e350235dfac4a2deb68.tar.gz taler-android-64cd56ee8e336f9cff294e350235dfac4a2deb68.tar.bz2 taler-android-64cd56ee8e336f9cff294e350235dfac4a2deb68.zip |
[wallet] adapt code to new TransactionWithdrawal API
Diffstat (limited to 'wallet/src/main/res/navigation')
-rw-r--r-- | wallet/src/main/res/navigation/nav_graph.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml index 1242857..c9a98f0 100644 --- a/wallet/src/main/res/navigation/nav_graph.xml +++ b/wallet/src/main/res/navigation/nav_graph.xml @@ -29,9 +29,6 @@ android:id="@+id/action_nav_main_to_promptPayment" app:destination="@id/promptPayment" /> <action - android:id="@+id/action_nav_main_to_promptWithdraw" - app:destination="@id/promptWithdraw" /> - <action android:id="@+id/action_nav_main_to_nav_transactions" app:destination="@id/nav_transactions" /> <action @@ -165,6 +162,10 @@ tools:layout="@layout/fragment_error" /> <action + android:id="@+id/action_global_promptWithdraw" + app:destination="@id/promptWithdraw" /> + + <action android:id="@+id/action_global_promptPayment" app:destination="@id/promptPayment" /> |