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
Mahmoo
10/03/2023, 4:21 PM
can you share more of the stack trace here?
s
Suhaib Roomy
10/03/2023, 4:23 PM
@Mahmoo Here
a
ascii
10/03/2023, 5:55 PM
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
Suhaib Roomy
10/03/2023, 6:05 PM
I tried 1.5.2 which is the latest one here but it still results in the same issue
a
ascii
10/03/2023, 7:45 PM
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