fix(home): 장르 크리에이터 섹션을 숨긴다

This commit is contained in:
2026-07-12 05:29:37 +09:00
parent 6ed2be4173
commit 4debf4654d
5 changed files with 47 additions and 77 deletions
@@ -141,7 +141,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_48"
android:orientation="vertical">
android:orientation="vertical"
android:visibility="gone">
<kr.co.vividnext.sodalive.v2.main.home.ui.HomePagerSnapRecyclerView
android:id="@+id/rv_home_genre_creators"