👔 Hide the friends overview on mobile
This commit is contained in:
@@ -545,6 +545,7 @@ class ExploreScreen extends HookConsumerWidget {
|
|||||||
SliverToBoxAdapter(
|
SliverToBoxAdapter(
|
||||||
child: FriendsOverviewWidget(
|
child: FriendsOverviewWidget(
|
||||||
padding: const EdgeInsets.only(bottom: 8),
|
padding: const EdgeInsets.only(bottom: 8),
|
||||||
|
hideWhenEmpty: true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (notificationCount.value != null &&
|
if (notificationCount.value != null &&
|
||||||
|
|||||||
Reference in New Issue
Block a user