mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Removes `SelectionContainer` from `LazyColumn` items causing a crash when calculating positions between nodes that are no longer part of the same layout hierarchy, resulting in:
Fatal Exception: java.lang.IllegalArgumentException: layouts are not part of the same hierarchy
at androidx.compose.ui.node.NodeCoordinator.findCommonAncestor$ui_release(NodeCoordinator.kt:1210)
...
closes #1408
|
||
|---|---|---|
| .. | ||
| analytics | ||
| android | ||
| concurrent | ||
| database | ||
| model | ||
| repository | ||
| service | ||
| ui | ||
| util | ||
| AppIntroduction.kt | ||
| ApplicationModule.kt | ||
| CoroutineDispatchers.kt | ||
| DataPacket.kt | ||
| MainActivity.kt | ||
| MyNodeInfo.kt | ||
| NodeInfo.kt | ||