perf: layoutReady alpha() → graphicsLayer
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4664d352bd
commit
6a4907f465
@ -193,7 +193,7 @@ fun CalendarMonthView(
|
||||
modifier = Modifier
|
||||
.fillMaxSize()
|
||||
.background(MaterialTheme.colorScheme.background)
|
||||
.alpha(if (layoutReady) 1f else 0f)
|
||||
.graphicsLayer { alpha = if (layoutReady) 1f else 0f }
|
||||
) {
|
||||
Column(
|
||||
modifier = Modifier
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user