<When will Jetpack Compose launch recomposition an...
# stackoverflow
u
When will Jetpack Compose launch recomposition and what will be recomposition.? I was told "You need to create scopes if you need to have scoped recompositions" by Thracian in the question. It seems that I can't find the policy from official documnet. The Code A is based the answer of Thracian. I get Result A when I run Code A. 1: When will MyColumn(Calendar.getInstance().time.toSeconds()) be launched ? 2: Why is CallMyColumn()...