Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-23 19:50:11 +08:00
parent 7eaf05839a
commit 0ab07a713e
22 changed files with 443 additions and 470 deletions

View File

@@ -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,