skydoves / landscapist

🌻 A pluggable, highly optimized Jetpack Compose and Kotlin Multiplatform image loading library that fetches and displays network images with Glide, Coil, and Fresco.

Home Page:https://skydoves.github.io/landscapist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected growing recompositions for FrescoImage

TemMax opened this issue · comments

  • Library Version: 2.1.1
  • Affected Device(s): all

Faced with a problem when FrescoImage does infinite recompositions when shown:
image

It does not depend on size, placement, or other parameters of FrescoImage. You can reproduce it only with modifier and imageUrl params.

Hi @TemMax, could you elaborate on this and use cases, such as using in LazyColumn or sth?

@TemMax This issue was fixed in version 2.1.3. Thanks for reporting this! 👍