Callback function can be changed in Compose?
As I am doing
this codelab (Step 4) from Android Developer website, I noticed it is said that the callback function can be changed even after it is passed to the Composable, and the code needs to protect it against changes. As below:
Some side-effect APIs like <a...