Join Slack
Powered by
if you create an object in `setContent` function, ...
# compose-android
b
bj0
12/30/2025, 5:33 PM
if you create an object in
setContent
function, it'll get re-created on recompose right? ie:
Copy code
setContent { SomeComposable( vm = SomeViewModel(...) ) }
👌 8
2
Views
Open in Slack
Previous
Next