PHondogo
05/26/2021, 3:20 PMAdam Powell
05/26/2021, 3:30 PMmatvei
05/26/2021, 3:42 PMSurface(Modifier.clickable)
doesn't work anymore. This is because we've this version of Surface to consume all clicks behind it (and the Modifier.clickable you set is technically a "behind" case)
You can use new Surface overload with onClick parameter to handle clicks properlyPHondogo
05/26/2021, 9:24 PMRichard Robinson
07/05/2021, 6:08 PMYou can use new Surface overload with onClick parameter to handle clicks properly@matvei which overload is this referring to? I can only find the single
Surface
function which doesnt have an onClick
parametertmatvei
07/07/2021, 10:38 AM