https://kotlinlang.org logo
Title
o

orangy

02/21/2021, 5:13 PM
I’ve got this exception out of nowhere as soon as I added
Popup
to some UI. Luckily it happens if there are 2
Popup
elements in the composition hierarchy, but not sure.
i

Igor Demin

02/21/2021, 6:11 PM
Can you provide a reproducer? Not sure yet, but it looks like a bug.
o

orangy

02/21/2021, 6:40 PM
@Igor Demin ^^ repro
i

Igor Demin

02/21/2021, 7:13 PM
Thanks! It's a bug inside Compose. Fix is very simple. P.S. Didn't figure out how we can fix this on the application side.
o

orangy

02/21/2021, 7:21 PM
Thanks for the instant fix! I don’t need a workaround, because it was a slip on my side – I don’t really want many Popups simultaneously :)
Hmm, there is another issue with Popups, https://kotlinlang.slack.com/archives/C01D6HTPATV/p1613928339026400 Can they be related?
i

Igor Demin

02/21/2021, 7:30 PM
Probably not, it is another issue
🆗 1