nuhkoca
04/25/2023, 1:51 PMif (WindowInsets.isImeVisible) 24.dp else 16.dp
but this is causing component to animate with a latency(bad UX). Is it possible to apply the padding as soon as the keyboard is intended to be shown or hidden before the final position?nuhkoca
04/25/2023, 11:44 PMimePadding
work fine but we have different padding per state. If the keyboard is visible it is 24.dp
applied otherwise 16.dp