fix(ui): place composeTraceEndSection after CalendarMonthPage composition completes

This commit is contained in:
xfy 2026-07-24 13:35:28 +08:00
parent ac186ed49a
commit 214a4364bf

View File

@ -118,7 +118,6 @@ fun CalendarMonthPage(
else Modifier
)
) {
composeTraceEndSection()
weeks.forEachIndexed { weekIndex, week ->
key(weekIndex) {
WeekRow(
@ -141,8 +140,8 @@ fun CalendarMonthPage(
}
}
}
composeTraceEndSection()
}
@Composable
private fun WeekRow(
weekIndex: Int,