mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-27 19:48:37 +00:00
@@ -49,7 +49,7 @@ class LiveRoomChatPanel extends StatelessWidget {
|
||||
children: [
|
||||
Obx(
|
||||
() => ListView.separated(
|
||||
key: const PageStorageKey('live-chat'),
|
||||
key: const PageStorageKey(LiveRoomChatPanel),
|
||||
padding: const EdgeInsets.symmetric(horizontal: 12),
|
||||
controller: liveRoomController.scrollController,
|
||||
separatorBuilder: (_, _) => const SizedBox(height: 8),
|
||||
|
||||
Reference in New Issue
Block a user