From fc2fba2eeb1ad0c70ae30041254954546a06015f Mon Sep 17 00:00:00 2001 From: easyhz Date: Thu, 22 Aug 2024 16:06:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20skeleton=20=EB=B7=B0=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20(#127)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../easyhz/noffice/feature/home/component/notice/NoticeView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/home/src/main/java/com/easyhz/noffice/feature/home/component/notice/NoticeView.kt b/feature/home/src/main/java/com/easyhz/noffice/feature/home/component/notice/NoticeView.kt index 1ec594b0..fa7605eb 100644 --- a/feature/home/src/main/java/com/easyhz/noffice/feature/home/component/notice/NoticeView.kt +++ b/feature/home/src/main/java/com/easyhz/noffice/feature/home/component/notice/NoticeView.kt @@ -123,7 +123,7 @@ private fun OrganizationSection( } if (announcementList.itemCount == 0 && !isRefreshingAnnouncement) { exceptionItem(CardExceptionType.NO_RESULT) - } else { + } else if (announcementList.itemCount == 0){ items(2) { SkeletonItemCard() }