Tolriq
10/05/2021, 8:57 AMTolriq
10/05/2021, 8:58 AMitem("Key 1") {
var x by remember("Key2") { mutableStateOf(0) }
x = 3
// Do something
}
Then randomly on recomposition x is reseted to 0Andrey Kulikov
10/05/2021, 10:10 AMTolriq
10/05/2021, 10:26 AMAndrey Kulikov
10/05/2021, 10:35 AMTolriq
10/05/2021, 10:40 AMAndrey Kulikov
10/05/2021, 10:50 AMTolriq
10/05/2021, 10:56 AM