mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 08:38:18 +08:00
@@ -30,7 +30,7 @@ class _SuperChatPanelState extends DebounceStreamState<SuperChatPanel, bool>
|
||||
super.build(context);
|
||||
return Obx(
|
||||
() => ListView.separated(
|
||||
key: const PageStorageKey('live-sc'),
|
||||
key: const PageStorageKey(_SuperChatPanelState),
|
||||
padding: const EdgeInsets.symmetric(horizontal: 12),
|
||||
physics: const ClampingScrollPhysics(),
|
||||
itemCount: widget.controller.superChatMsg.length,
|
||||
|
||||
Reference in New Issue
Block a user