summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/src/main/res/navigation')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml7
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" />