Terence Peh
Terence Peh
Hi I am getting error when setting navgraph with the
Hi, noticed this IndexOutOfBoundsException crash on crashlytics after updating the lib to 2.3.4. ``` Fatal Exception: java.lang.IndexOutOfBoundsException: Index 1, size 0 at androidx.compose.foundation.lazy.layout.MutableIntervalList.checkIndexBounds(MutableIntervalList.java:177) at androidx.compose.foundation.lazy.layout.MutableIntervalList.get(MutableIntervalList.java:160) at androidx.compose.foundation.lazy.LazyListItemsSnapshot.getKey(LazyListItemsSnapshot.java:80) at androidx.compose.foundation.lazy.LazyListItemProviderImpl.getKey(LazyListItemProviderImpl.java:113) at...