Fixed
Status Update
Comments
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
biometric/biometric/src/test/java/androidx/biometric/AuthenticationCallbackProviderTest.java: MockitoAnnotations.initMocks(this); biometric/biometric/src/test/java/androidx/biometric/BiometricManagerTest.java: MockitoAnnotations.initMocks(this); biometric/biometric/src/test/java/androidx/biometric/CancellationSignalProviderTest.java: MockitoAnnotations.initMocks(this); biometric/biometric/src/test/java/androidx/biometric/CryptoObjectUtilsTest.java: MockitoAnnotations.initMocks(this); biometric/biometric/src/test/java/androidx/biometric/KeyguardUtilsTest.java: MockitoAnnotations.initMocks(this); biometric/biometric/src/test/java/androidx/biometric/PackageUtilsTest.java: MockitoAnnotations.initMocks(this);
These deprecations will be suppressed inhttps://android-review.googlesource.com/c/platform/frameworks/support/+/2241387