Assigned
Status Update
Comments
co...@google.com <co...@google.com>
va...@google.com <va...@google.com> #2
Tram, can you confirm that the behavior is correct if the modifier is moved to the composable inside the AnimatedPane?
co...@google.com <co...@google.com> #3
Hi Max, yes when the modifiers are moved to the composable inside the AnimatedPane, the PB animations are better than when the modifiers are in the AnimatedPane itself
Description
The ability to directly compute the window size was added inhttps://android-review.googlesource.com/c/platform/frameworks/support/+/3198252 as
LocalWindowInfo.current.containerSize
.This should allow deprecating
currentWindowSize()
inmaterial3-adaptive
, with a replacement using theui:ui
equivalent.