🐛 Fix explore page
This commit is contained in:
@@ -447,7 +447,7 @@ class _ActivityListView extends HookConsumerWidget {
|
|||||||
SliverToBoxAdapter(
|
SliverToBoxAdapter(
|
||||||
child: PostFeaturedList().padding(horizontal: 8, bottom: 4, top: 4),
|
child: PostFeaturedList().padding(horizontal: 8, bottom: 4, top: 4),
|
||||||
),
|
),
|
||||||
if (!contentOnly)
|
if (!contentOnly && (notificationCount.value ?? 0) > 0)
|
||||||
SliverToBoxAdapter(
|
SliverToBoxAdapter(
|
||||||
child: notificationIndicatorWidget(
|
child: notificationIndicatorWidget(
|
||||||
context,
|
context,
|
||||||
|
Reference in New Issue
Block a user