You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatevar drawInvalidateTick by mutableStateOf(0)
Could be replaced with mutableStateOf(Unit, neverEqualPolicy()).
Though according to this there is an internal bug which I can't tell if it's already addressed.
If not, mutableIntStateOf can be used instead.