Sam
11/12/2020, 5:33 AMWindowInsetsAnimation
within a Jetpack Compose project? This allows fine grain control and coordination of the keyboard animation (as described in this article). Most examples I've seen utilize setWindowInsetsAnimationCallback
(like in this sample code) but I'm not sure how this would work in Compose?Se7eN
11/12/2020, 7:32 AMSam
11/12/2020, 8:53 AMRafs
11/12/2020, 9:36 AM