Skip to content

Commit

Permalink
refactor: Add place to add image #2771
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jul 11, 2024
1 parent 6c818ca commit 0670612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/chat_room/view/chat_room_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ class _ChatRoomViewState<B extends ChatRoomCubit> extends State<ChatRoomView> {
),
),
messages: state.messages,
// imageMessageBuilder: (p0, {required messageWidth}) =>
// Text('Uri: ${p0.uri}'),
onSendPressed: (partialText) {
FocusManager.instance.primaryFocus?.unfocus();
liveChatCubit!.onSendPressed(partialText);
Expand Down

0 comments on commit 0670612

Please sign in to comment.