fix(ui): place composeTraceEndSection after CalendarMonthPage composition completes
This commit is contained in:
parent
ac186ed49a
commit
214a4364bf
@ -118,7 +118,6 @@ fun CalendarMonthPage(
|
|||||||
else Modifier
|
else Modifier
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
composeTraceEndSection()
|
|
||||||
weeks.forEachIndexed { weekIndex, week ->
|
weeks.forEachIndexed { weekIndex, week ->
|
||||||
key(weekIndex) {
|
key(weekIndex) {
|
||||||
WeekRow(
|
WeekRow(
|
||||||
@ -141,8 +140,8 @@ fun CalendarMonthPage(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
composeTraceEndSection()
|
||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
private fun WeekRow(
|
private fun WeekRow(
|
||||||
weekIndex: Int,
|
weekIndex: Int,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user