💄 Shows friends overview on mobile as well

This commit is contained in:
2025-11-16 18:10:55 +08:00
parent d93b066979
commit d94f8d004f
2 changed files with 48 additions and 18 deletions

View File

@@ -542,6 +542,11 @@ class ExploreScreen extends HookConsumerWidget {
child: PostFeaturedList(),
),
),
SliverToBoxAdapter(
child: FriendsOverviewWidget(
padding: const EdgeInsets.only(bottom: 8),
),
),
if (notificationCount.value != null &&
notificationCount.value! > 0)
SliverToBoxAdapter(