Skip to content

Commit c16597c

Browse files
upgrate ChatMessageBubble
1 parent 6e312f5 commit c16597c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/data/view/chat/widgets/chat_message_bubble.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class _ChatMessageBubbleState extends State<ChatMessageBubble> {
150150
),
151151
),
152152
duration: const Duration(milliseconds: 30),
153-
onEnd: () {
153+
onFinished: (String value) {
154154
setState(() {
155155
_showFullText = true;
156156
});

0 commit comments

Comments
 (0)