From 6e07fec1a50281f0cbd2def10357eeea4414a627 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Mon, 15 Apr 2024 18:01:35 +0600 Subject: [PATCH] chore: fix no window button and feed section page bottom overflow --- lib/pages/home/feed/feed_section.dart | 5 +++++ lib/pages/home/home.dart | 1 + 2 files changed, 6 insertions(+) diff --git a/lib/pages/home/feed/feed_section.dart b/lib/pages/home/feed/feed_section.dart index 40ac2482..c945251c 100644 --- a/lib/pages/home/feed/feed_section.dart +++ b/lib/pages/home/feed/feed_section.dart @@ -54,6 +54,11 @@ class HomeFeedSectionPage extends HookConsumerWidget { ); }, ), + const SliverToBoxAdapter( + child: SafeArea( + child: SizedBox(), + ), + ), ], ), ), diff --git a/lib/pages/home/home.dart b/lib/pages/home/home.dart index e37898a8..d5639274 100644 --- a/lib/pages/home/home.dart +++ b/lib/pages/home/home.dart @@ -29,6 +29,7 @@ class HomePage extends HookConsumerWidget { return SafeArea( bottom: false, child: Scaffold( + appBar: kIsMobile || kIsMacOS ? null : const PageWindowTitleBar(), body: CustomScrollView( controller: controller, slivers: [