Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
Author: Doris Liu <
Link:
Fix invalidation issue when children are moved within a virtual parent
Expand for full commit details
Fix invalidation issue when children are moved within a virtual parent
This change accounts for the use case where the parent LayoutNode
that the child re-order happens in may be a virtual LayoutNode,
and accordingly invalidate the measurements of its non-virtual parent.
Fixes: 394653724
Test: New test added
Change-Id: I93f0c96121f8263f117910a7388dfa4488ed5d38
Files:
- M
compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/LookaheadScopeTest.kt
- M
compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/LayoutNode.kt
Hash: a65143a96f930dceeeda7d68570d57edc2a1492d
Date: Wed Feb 05 14:21:29 2025
Description