Tolriq
10/07/2024, 7:49 PMTolriq
10/07/2024, 7:59 PMTolriq
10/07/2024, 8:02 PMDoris Liu
10/07/2024, 8:55 PMDoris Liu
10/07/2024, 8:56 PMDoris Liu
10/07/2024, 8:56 PMTolriq
10/08/2024, 5:53 AMTolriq
10/08/2024, 5:54 AMTolriq
10/08/2024, 6:14 AMTolriq
10/08/2024, 7:01 AMfillMaxSize()
to the modifier passed to AnimatedContent
change the wrong animation behavior. See attached it now target near bottom right (roughly the 92% of the default scaleIn used?) Anyway will try to build a small repro but it will be probably for tomorrow unless it's an easy one.Tolriq
10/08/2024, 7:05 AM{ EnterTransition.None togetherWith ExitTransition.None }
to the AnimatedContent
transitionSpec leads to the exact same result, when returning back to the screen the used spec is just ignored.Tolriq
10/09/2024, 7:52 AMDoris Liu
10/11/2024, 9:52 PMDoris Liu
10/11/2024, 9:53 PMTolriq
10/12/2024, 7:32 AMTolriq
10/12/2024, 7:33 AMTolriq
10/12/2024, 7:35 AMDoris Liu
10/14/2024, 5:49 PMAnimatedContent
and require(size != 0)
during debugging, maybe we can find a case where the size somehow became 0.
Note, the intrinsics handling has been migrated from LayoutModifierWithPassThroughIntrinsics to LayoutModifierNodeWithPassThroughIntrinsics. It's not a simple removal. So this is unlikely the root of the cause.Tolriq
10/14/2024, 7:10 PMonSizeChanged
called with a wrong value.Tolriq
10/14/2024, 7:23 PMDoris Liu
10/14/2024, 9:20 PMDoris Liu
10/14/2024, 9:51 PMcontentKey
, and 2) what you use for the targetState?Tolriq
10/15/2024, 7:34 AMTolriq
10/15/2024, 7:35 AMTolriq
10/15/2024, 10:09 AMDoris Liu
10/15/2024, 4:51 PMTolriq
10/24/2024, 9:07 AM