Fixed
Status Update
Comments
mm...@google.com <mm...@google.com>
tn...@google.com <tn...@google.com>
tn...@google.com <tn...@google.com> #2
The internal systemBarsForVisualComponents
right now only uses systemBars
, which doesn't include the display cutout:
Updating to systemBars.union(displayCutout)
should fix this, if that's a change we can make.
za...@gmail.com <za...@gmail.com> #3
Thank you for looking into this! It would be crucial to get this right soon as the edge2edge project depends on handling this properly :)
Description
DESCRIBE THE ISSUE IN DETAIL:
Android lint in AGP 8.2+ requires Java 17, but does not support Java 17 language features in tests like records or sealed classes.
STEPS TO REPRODUCE:
record example
sealed example