Alexandru Gheorghe
06/01/2024, 10:40 AMZach Klippenstein (he/him) [MOD]
06/01/2024, 5:37 PMIconButton(onClick = {
// Call your ViewModel or presenter
// to make the Android calls to
// show the image chooser - sending
// an intent or whatever.
}) {
Icon(MaterialIcons.Default.Add)
}
Alexandru Gheorghe
06/01/2024, 5:38 PM