MrPowerGamerBR
12/31/2021, 6:47 PMMrPowerGamerBR
12/31/2021, 6:56 PMBig Chungus
12/31/2021, 6:59 PMBig Chungus
12/31/2021, 6:59 PMBig Chungus
12/31/2021, 7:00 PMMrPowerGamerBR
12/31/2021, 7:06 PMMrPowerGamerBR
12/31/2021, 7:13 PMvar _title = mutableStateOf<String?>(null)
var _content = mutableStateOf<String?>(null)
var title by _title
var content by _content
And then using the _title
and the _content
variables within the callback, then the compiler doesn't crashBig Chungus
12/31/2021, 7:17 PMMrPowerGamerBR
12/31/2021, 7:23 PMMrPowerGamerBR
12/31/2021, 7:32 PM