Fixed
Status Update
Comments
sp...@google.com <sp...@google.com>
ap...@google.com <ap...@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.
pr...@google.com <pr...@google.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
aosp/1969360 adds necessary deprecations for T DP1, including in
CryptoObjectUtils
. Please check whether Biometric needs to be updated to use replacement APIs.Note that main branch is not on T DP1 yet, but platform-dev is. We added the annotations upstream to avoid future merge conflicts.