Skip to content

Commit

Permalink
Fixes after PR
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Oct 2, 2022
1 parent cc6536a commit a710484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widgets/message/message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ class Message extends StatelessWidget {
? avatarBuilder?.call(message.author.id) ??
UserAvatar(
author: message.author,
imageHeaders: imageHeaders,
bubbleRtlAlignment: bubbleRtlAlignment,
imageHeaders: imageHeaders,
onAvatarTap: onAvatarTap,
)
: const SizedBox(width: 40);
Expand Down

0 comments on commit a710484

Please sign in to comment.