Hey people! I am getting this crash after updating...
# compose-android
s
Hey people! I am getting this crash after updating to compose 1.5.0. The stacktrack doesn't lead to anything concrete and hence I am not able to reproduce this too but I can see this in a large number of firebase. Is anyone else facing the same issue?
m
can you share more of the stack trace here?
s
@Mahmoo Here
a
I think I remember this one (
layoutCache.paragraph
being null). It fixed itself after updating to a new version, though I was always on 1.6 alphas. See if updating to 1.5.3 (latest stable right now) gets rid of this bug.
s
I tried 1.5.2 which is the latest one here but it still results in the same issue
a
Oh my bad, only compiler is .3 while libs themselves are .2. Anyway, file a bug (or look for one that already exists), and then you'll just have to check your layouts one Text at a time. Perhaps there's a modifier like
basicMarquee
that's messing things up. Also, could you post a screenshot of the offending line in
TextStringSimpleNode
?
🙌 1