Add comment to explain jump to bottom button containing box

This commit is contained in:
Jenna Vassar
2026-05-11 11:34:28 -07:00
parent e0046e9862
commit 65ed527384
@@ -430,6 +430,8 @@ private fun BoxScope.TimelineScrollHelper(
onMarkAsRead = onMarkAllAsRead,
testTag = TestTags.jumpToUnreadButton,
)
// Reserves space for the jump to bottom button so the jump to unread button above
// stays in the same position regardless of whether the jump to bottom button is visible.
Box(modifier = Modifier.size(36.dp)) {
JumpToPositionButton(
icon = CompoundIcons.ChevronDown(),