From 1960a83185bc10ec43261586f424e07dbe91d6f0 Mon Sep 17 00:00:00 2001 From: rca Date: Tue, 9 Jul 2024 05:09:48 +0900 Subject: [PATCH] =?UTF-8?q?navigation=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../feature_common_parent_child_navigation.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/feature/common/src/main/res/navigation/feature_common_parent_child_navigation.xml b/feature/common/src/main/res/navigation/feature_common_parent_child_navigation.xml index 478812b..9f13062 100644 --- a/feature/common/src/main/res/navigation/feature_common_parent_child_navigation.xml +++ b/feature/common/src/main/res/navigation/feature_common_parent_child_navigation.xml @@ -3,11 +3,20 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/feature_common_parent_child_navigation" - app:startDestination="@id/commonHomeFragmentParentChild"> + app:startDestination="@id/commonSelectChildFragment"> + + + \ No newline at end of file