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(