Hi. I’m using accompanist insets to animate navbar...
# compose
r
Hi. I’m using accompanist insets to animate navbar and ime insets padding. How can I bring an editing TextField into visible area after animation end? The TextField is in a scrollable container and there are plenty of them Now I’m waiting a bit in order to IME show animation started like this
I think there must be kind of a state change notifier including inputservice activation Here is a code snippet from CoreTextField
@Adam Powell