Testomania icon indicating copy to clipboard operation
Testomania copied to clipboard

neverEqualPolicy() for stateof

Open Nodrex opened this issue 3 years ago • 0 comments

mutableStateOf has policy: SnapshotMutationPolicy<T> = structuralEqualityPolicy(). So maybe we could set this to neverEqualPolicy() and the value will always be amited.

Use this in techquiz list instead of statelistof

Nodrex avatar Jun 18 '22 19:06 Nodrex