jaqxues
11/11/2020, 7:51 PMjava.lang.IllegalArgumentException: Invalid slot table detected
jim
11/11/2020, 7:52 PMjaqxues
11/11/2020, 7:52 PMJohn O'Reilly
11/11/2020, 7:53 PMnavigation-compose
?jaqxues
11/11/2020, 7:53 PMJohn O'Reilly
11/11/2020, 7:55 PMNoSuchFieldError: No field Companion of type Landroidx/compose/runtime/SlotTable$Companion; in class Landroidx/compose/runtime/SlotTable; or its superclasses (declaration of 'androidx.compose.runtime.SlotTable' appears in
Ian Lake
11/11/2020, 8:02 PMJohn O'Reilly
11/11/2020, 8:03 PMaccompanist
update to fully test....but with that now I'm still getting that SlotTable
crash I posted abovejaqxues
11/11/2020, 8:27 PMJohn O'Reilly
11/11/2020, 8:31 PMjaqxues
11/11/2020, 9:00 PMLeland Richardson [G]
11/11/2020, 9:41 PMjaqxues
11/11/2020, 10:43 PMLeland Richardson [G]
11/11/2020, 11:42 PMjaqxues
11/12/2020, 12:25 PMLeland Richardson [G]
11/12/2020, 5:55 PMjaqxues
11/12/2020, 6:00 PMAnimatedVisibility(isExpanded, content=content)
with if (isExpanded) content()
Leland Richardson [G]
11/12/2020, 6:28 PMjaqxues
11/12/2020, 6:36 PMVincent tiensi
11/18/2020, 5:55 AMInvalid slot table detected
as well but with a different complex implementation, will try to see if we can narrow downjaqxues
11/19/2020, 2:13 AMVincent tiensi
11/19/2020, 2:14 AMval state = unwrappedState.value ?: return@Box
to this
when (val state = unwrappedState.value){
//continue
Leland Richardson [G]
11/19/2020, 5:41 AMjaqxues
12/02/2020, 10:15 PM