From b90108fa92b5d60a79e237f614cd56d10868a2d9 Mon Sep 17 00:00:00 2001 From: Shawn Date: Tue, 18 Apr 2023 11:21:53 -0600 Subject: [PATCH] Improve scroll persistence on editorial screen --- lib/ui/screens/editorial/editorial_screen.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/screens/editorial/editorial_screen.dart b/lib/ui/screens/editorial/editorial_screen.dart index 98d2ef3e..b9f45e84 100644 --- a/lib/ui/screens/editorial/editorial_screen.dart +++ b/lib/ui/screens/editorial/editorial_screen.dart @@ -107,6 +107,7 @@ class _WonderEditorialScreenState extends State { primary: false, controller: _scroller, scrollBehavior: ScrollConfiguration.of(context).copyWith(), + key: PageStorageKey('editorial'), slivers: [ /// Invisible padding at the top of the list, so the illustration shows through the btm SliverToBoxAdapter(