From 214a4364bf2e865d0698e988d4ad8f5cabf9ca03 Mon Sep 17 00:00:00 2001 From: xfy Date: Fri, 24 Jul 2026 13:35:28 +0800 Subject: [PATCH] fix(ui): place composeTraceEndSection after CalendarMonthPage composition completes --- core/src/main/kotlin/plus/rua/project/ui/CalendarMonthPage.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/main/kotlin/plus/rua/project/ui/CalendarMonthPage.kt b/core/src/main/kotlin/plus/rua/project/ui/CalendarMonthPage.kt index 60683e1..1d9aee7 100644 --- a/core/src/main/kotlin/plus/rua/project/ui/CalendarMonthPage.kt +++ b/core/src/main/kotlin/plus/rua/project/ui/CalendarMonthPage.kt @@ -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,