diff --git a/lib/screens/downloads/downloads_screen.dart b/lib/screens/downloads/downloads_screen.dart index 03774366..8597cd1d 100644 --- a/lib/screens/downloads/downloads_screen.dart +++ b/lib/screens/downloads/downloads_screen.dart @@ -136,6 +136,7 @@ class DownloadsScreenState extends State with TickerProviderSta Widget build(BuildContext context) { return Scaffold( body: CustomScrollView( + primary: false, slivers: [ DesktopSliverAppBar( title: _buildAppBarTitle(), diff --git a/lib/screens/search_screen.dart b/lib/screens/search_screen.dart index a86d28d5..45243a36 100644 --- a/lib/screens/search_screen.dart +++ b/lib/screens/search_screen.dart @@ -226,6 +226,7 @@ class _SearchScreenState extends State with Refreshable, FullRefre return Scaffold( body: SafeArea( child: CustomScrollView( + primary: false, slivers: [ DesktopSliverAppBar(title: Text(t.common.search), floating: true), SliverToBoxAdapter( diff --git a/lib/screens/settings/settings_screen.dart b/lib/screens/settings/settings_screen.dart index 6ecb2330..8be71bc3 100644 --- a/lib/screens/settings/settings_screen.dart +++ b/lib/screens/settings/settings_screen.dart @@ -238,6 +238,7 @@ class _SettingsScreenState extends State with FocusableTab { body: Focus( onKeyEvent: _handleKeyEvent, child: CustomScrollView( + primary: false, slivers: [ ExcludeFocus(child: CustomAppBar(title: Text(t.settings.title), pinned: true)), SliverPadding(