hey. I have a compose view inside of a `FrameLayou...
# compose
a
hey. I have a compose view inside of a
FrameLayout
inside of a
CoordinatorLayout
. The coordinator layout has also a bottom navigation on the bottom of the screen (tabs) there is an issue where the last row of items inside of a
LazyVerticalGrid
get cut off on the bottom. 1. On api 33 (or as I understand > API 28), it intermittently happens and only seems to happen very rarely. Then it "fixes itself" 2. On api 28 I can see it happening all of the time. I add bottom padding to the view below the last set of items to mitigate it. But when I use the
nestedScroll
interop connection, it still happens. anyone run into such an issue as this?