🐛 Fix explore page

This commit is contained in:
2025-08-18 11:42:42 +08:00
parent 246b163aec
commit 11368d064f

View File

@@ -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,