From 1b735e771e71c27eb9a580c9e2615fecff1e81ba Mon Sep 17 00:00:00 2001
From: Natanel Shitrit <65548905+Natanel-Shitrit@users.noreply.github.com>
Date: Sat, 30 Sep 2023 00:02:46 +0300
Subject: [PATCH] Add navigations to player activity
---
.../src/main/res/navigation/app_navigation.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/app/phone/src/main/res/navigation/app_navigation.xml b/app/phone/src/main/res/navigation/app_navigation.xml
index 1a0006c4cd..4cb4f4eb99 100644
--- a/app/phone/src/main/res/navigation/app_navigation.xml
+++ b/app/phone/src/main/res/navigation/app_navigation.xml
@@ -123,6 +123,9 @@
app:exitAnim="@anim/nav_default_exit_anim"
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
+
@@ -238,6 +241,9 @@
+
+
+
@@ -407,6 +419,9 @@
app:exitAnim="@anim/nav_default_exit_anim"
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
+
\ No newline at end of file