Colton Idle
04/27/2022, 1:00 AMval options: List<String> = (1..21).map { it.toString() }
DropDownPicker(
options,
should I wrap the
(1..21).map { it.toString() }
in a remember? I'm tempted to file a lint request so that android studio just flags all of these creations as most likely should be wrapped in a remember block.Chris Johnson
04/27/2022, 1:16 AMColton Idle
04/27/2022, 1:18 AMChris Sinco [G]
04/27/2022, 1:24 AMColton Idle
04/27/2022, 5:12 AMChris Sinco [G]
04/27/2022, 6:04 AMmyanmarking
04/27/2022, 9:29 AMZach Klippenstein (he/him) [MOD]
04/27/2022, 5:16 PMColton Idle
04/27/2022, 5:19 PMZach Klippenstein (he/him) [MOD]
04/27/2022, 7:34 PM