[ad_1]
Compose version 1.1.1
Kotlin 1.6.10
Issue with Android Compose. NoSuchElementException Causing crash.
Crash at androidx.compose.ui.node.DepthSortedSet.pop
DepthSortedSet.java line 85
Stack Trace:
java.util.TreeMap.key TreeMap.java:1328
java.util.TreeMap.firstKey TreeMap.java:291
java.util.TreeSet.first TreeSet.java:394
androidx.compose.ui.node.DepthSortedSet.pop DepthSortedSet.java:85
androidx.compose.ui.node.MeasureAndLayoutDelegate.measureAndLayout MeasureAndLayoutDelegate.java:321
androidx.compose.ui.platform.AndroidComposeView.measureAndLayout AndroidComposeView.java:662
androidx.compose.ui.node.Owner$DefaultImpls.measureAndLayout$default Owner.java:182
androidx.compose.ui.platform.AndroidComposeView.dispatchDraw AndroidComposeView.java:846
Any insight would be greatly appreciated. Having trouble reliably reproducing this.
[ad_2]