Cicero
05/10/2021, 1:43 PMtype = NavType.IntArrayType
I’m getting this crash because IntArray is not supported.
Funny enough I should be using ArrayList<Int>
This is really not intuitive, or am I not being intuitive? hahaIan Lake
05/10/2021, 1:44 PMCicero
05/10/2021, 1:45 PMCicero
05/10/2021, 1:45 PMCicero
05/10/2021, 1:45 PMIan Lake
05/10/2021, 1:49 PMCicero
05/10/2021, 1:51 PMIan Lake
05/10/2021, 1:56 PMCicero
05/10/2021, 2:01 PMCicero
05/10/2021, 2:02 PMcomposable(
Route.toResults,
arguments = listOf(
navArgument("selectedIds") {
type = NavType.IntArrayType
}
)
)
Cicero
05/10/2021, 2:03 PMCicero
05/10/2021, 2:17 PMIan Lake
05/10/2021, 2:20 PMIan Lake
05/10/2021, 2:21 PMCicero
05/10/2021, 2:22 PMCicero
05/10/2021, 2:23 PMarguments = listOf(
navArgument("selectedComplicationsIds") {
type = NavType.IntArrayType
}
Cicero
05/10/2021, 2:23 PMCicero
05/10/2021, 2:23 PMCicero
05/10/2021, 2:24 PMIan Lake
05/10/2021, 2:33 PMIan Lake
05/10/2021, 2:34 PMCicero
05/10/2021, 2:35 PMCicero
05/10/2021, 2:35 PMCicero
05/10/2021, 2:36 PM