I increased my compose version 1.6.0, but i have a...
# compose
y
I increased my compose version 1.6.0, but i have a problem with CircularProgressIndicator? anyone face this problem? I leave screenshot in thead
plus1 2
image.png
can i use CircularProgressIndicator in Dialog?
y
i use that but problem didn't fixed @Ivan Matkov
i
@Igor Demin is investigating it
a
t
I see the same here. Interesting that is works okay on iOS. Guess we go back to 1.5.11 for now...
i
> Interesting that is works okay on iOS It works because iOS was re-compiled in Compose Multiplatform 1.6. The crash still happens if you use Compose Multiplatform 1.6 and Material3 from Compose Multiplatform 1.5 (theoretically)
t
Looking forward to CMP 1.6.0-beta02 that includes M3 1.2.0-rc1. 🙂
m
I saw this post on LinkedIn talking about how to use a hack to at the least, prevent the crash. I'm not sure why this is the case though, but he added a progress value to the
CircularProgressIndicator
and it stopped happening
a
Looking at the issue, it should be fixable by updating material3 to 1.2.0-alpha10.