Browse Source
"val image: T? by produceState<T?>()" should use "load" as a key, or else it won't be re-launched for the new "load". And "painterFor = { remember { BitmapPainter(it) } }" should use "it" as a key for the "remember", or else the "painterFor" won't update for the new "image" loaded by "produceState".pull/4090/head
hehua2008
11 months ago
committed by
GitHub
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue