From 11368d064f7a4af54a31171b51423d534f9fd9af Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Mon, 18 Aug 2025 11:42:42 +0800 Subject: [PATCH] :bug: Fix explore page --- lib/screens/explore.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/explore.dart b/lib/screens/explore.dart index 96712441..d4847ff7 100644 --- a/lib/screens/explore.dart +++ b/lib/screens/explore.dart @@ -447,7 +447,7 @@ class _ActivityListView extends HookConsumerWidget { SliverToBoxAdapter( child: PostFeaturedList().padding(horizontal: 8, bottom: 4, top: 4), ), - if (!contentOnly) + if (!contentOnly && (notificationCount.value ?? 0) > 0) SliverToBoxAdapter( child: notificationIndicatorWidget( context,