diff --git a/packages/stream_chat_flutter/lib/src/message_widget/reactions/reactions_align.dart b/packages/stream_chat_flutter/lib/src/message_widget/reactions/reactions_align.dart index 7f5f4cff..e4e1ad48 100644 --- a/packages/stream_chat_flutter/lib/src/message_widget/reactions/reactions_align.dart +++ b/packages/stream_chat_flutter/lib/src/message_widget/reactions/reactions_align.dart @@ -29,7 +29,7 @@ double calculateReactionsHorizontalAlignment( var divFactor = 0.5; // When in portrait, attachments normally take 75% of the screen, when in - // landscape, attachments normally take 50% of the screen. + // landscape, attachments normally take 50% of the screen. if (isAttachment) { if (orientation == Orientation.portrait) { divFactor = 0.75;