Remove obsolete comment.

This commit is contained in:
Benoit Marty
2023-06-29 21:26:24 +02:00
committed by Benoit Marty
parent 73291cde05
commit 734278a1d5

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)
)
}