mirror of
https://github.com/SrIzan10/spotube.git
synced 2026-05-01 11:05:11 +00:00
chore: fix no window button and feed section page bottom overflow
This commit is contained in:
@@ -54,6 +54,11 @@ class HomeFeedSectionPage extends HookConsumerWidget {
|
||||
);
|
||||
},
|
||||
),
|
||||
const SliverToBoxAdapter(
|
||||
child: SafeArea(
|
||||
child: SizedBox(),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user