From 3a73e4214cc3ef81c30b390835984f0951bccdbb Mon Sep 17 00:00:00 2001 From: rbqks529 Date: Sun, 17 Aug 2025 18:36:40 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[fix]:=20=EB=B9=8C=EB=93=9C=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/deviceManager.xml | 4 ++++ .../response/AllFeedResponse.kt | 2 +- .../response/MyFeedResponse.kt | 2 +- .../thip/data/repository/FeedRepository.kt | 4 ++-- .../texthip/thip/data/service/FeedService.kt | 4 ++-- .../texthip/thip/ui/feed/screen/FeedScreen.kt | 23 +------------------ .../thip/ui/feed/viewmodel/FeedViewModel.kt | 10 ++++---- .../extensions/FeedNavigationExtensions.kt | 3 ++- .../navigator/navigations/FeedNavigation.kt | 6 ----- .../thip/ui/navigator/routes/FeedRoutes.kt | 2 -- app/src/main/res/values/strings.xml | 2 +- 11 files changed, 19 insertions(+), 43 deletions(-) rename app/src/main/java/com/texthip/thip/data/model/{feeds => feed}/response/AllFeedResponse.kt (96%) rename app/src/main/java/com/texthip/thip/data/model/{feeds => feed}/response/MyFeedResponse.kt (94%) diff --git a/.idea/deviceManager.xml b/.idea/deviceManager.xml index 91f95584..6f58639c 100644 --- a/.idea/deviceManager.xml +++ b/.idea/deviceManager.xml @@ -3,6 +3,10 @@