Hi, I’m trying to update the UI based on the callb...
# compose
s
Hi, I’m trying to update the UI based on the callback result in Fragment. This is what I’m doing:
Copy code
(view as? ViewGroup)?.setContent(Recomposer.current()) {...}
I’d like to know if that’s the correct approach.