Remove obsolete comment.

This commit is contained in:
Benoit Marty 2023-06-29 21:26:24 +02:00 committed by Benoit Marty
parent 920dde8633
commit fe5eeedb89

View file

@ -59,7 +59,6 @@ fun TimelineItemInformativeView(
fontStyle = FontStyle.Italic,
color = MaterialTheme.colorScheme.secondary,
fontSize = 14.sp,
// Since the font size is smaller, add more space to extra padding, to not overlap with the timestamp
text = text + extraPadding.getStr(14.sp)
)
}