You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(compose): defer animation reads to draw/layout phase
Replace Modifier.scale() with graphicsLayer lambda to defer scale reads
to the draw phase instead of triggering recomposition on every frame.
Replace .background() with drawBehind for per-frame alpha changes in
TypingIndicator dots. Use derivedStateOf to coalesce animated float
reads in FlippableCard front/back switching.
Copy file name to clipboardExpand all lines: apps/flipcash/features/bill-customization/src/main/kotlin/com/flipcash/app/bill/customization/components/HueScroller.kt
Copy file name to clipboardExpand all lines: apps/flipcash/features/bill-customization/src/main/kotlin/com/flipcash/app/bill/customization/components/SaturationBrightnessGrid.kt
0 commit comments