Does anyone know what an error like this means? I think it stems from rendering a Lazy Column of composables (Textfields, text, sliders, etc.), but I haven't been able to intentionally reproduce it, nor have I been able to get any stacktraces for it yet. Any help would be appreciated
k
Kirill Grouchnikov
05/21/2022, 4:10 PM
What is displaying this dialog? Presumably something in your app that catches exceptions and shows it? Then you can change that place to log the full stack trace
k
Kavin Gupta
05/21/2022, 4:58 PM
Seems to be an automatic response by Compose? That is not from me. Unfortunatly I myself have not been able to get that error so far; only the couple people testing for me
a
Alexander Maryanovsky
05/21/2022, 5:11 PM
Compose catches exceptions and shows these errors before closing the app. The error seems to mean something tried to create a Rect with top > bottom.
Alexander Maryanovsky
05/21/2022, 5:12 PM
Typically the stack trace is also printed to stderr.