💫 Optimize the chat message animation and performance

This commit is contained in:
2026-01-10 22:56:08 +08:00
parent d443343052
commit 1b2620e957
4 changed files with 218 additions and 212 deletions

View File

@@ -365,6 +365,7 @@ class ChatRoomScreen extends HookConsumerWidget {
roomAsync: chatRoom,
chatIdentity: chatIdentity,
scrollController: scrollManager.scrollController,
listController: scrollManager.listController,
isSelectionMode: isSelectionMode.value,
selectedMessages: selectedMessages.value,
toggleSelectionMode: toggleSelectionMode,