Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the bug that AsyncImage demo cannot update new images in tutorials/Image_And_Icons_Manipulations/README.md #4090

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 3, 2024

  1. Fix the bug that AsyncImage demo cannot update new images

    "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".
    hehua2008 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    c0fe683 View commit details
    Browse the repository at this point in the history