Skip to content

Commit be4bdd5

Browse files
authored
Add a comment to clarify code on conversation screen (#3444)
1 parent 3e06883 commit be4bdd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/src/view/message/conversation_screen.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ class _MessageContent extends StatelessWidget {
432432
@override
433433
Widget build(BuildContext context) {
434434
final timeStyle = TextStyle(fontSize: 11, color: textColor.withValues(alpha: 0.6));
435+
// workaround to prevent the message text from overlapping with the timestamp
435436
final spacer = WidgetSpan(
436437
alignment: PlaceholderAlignment.baseline,
437438
baseline: TextBaseline.alphabetic,

0 commit comments

Comments
 (0)