mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
chore: fix no window button and feed section page bottom overflow
This commit is contained in:
parent
9e25c742d4
commit
6e07fec1a5
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user