Assigned
Status Update
Comments
pe...@google.com <pe...@google.com> #2
Issue with notification access code in core. Unclear where, but probably safe to assume NotificationCompat
.
kl...@gmail.com <kl...@gmail.com> #3
Note that this is a lint error and can be suppressed or lowered to warning-level on the client side. Lowering back to P2
.
pe...@google.com <pe...@google.com> #4
To find cause of issue, update
androidx/platform/frameworks/support/+/androidx-main:buildSrc/public/src/main/kotlin/androidx/build/SupportConfig.kt;l=50 to 33 and then run ./gradlew :core:core:lintDebug
androidx/platform/frameworks/support/+/androidx-main:buildSrc/public/src/main/kotlin/androidx/build/SupportConfig.kt;l=50 to 33 and then run ./gradlew :core:core:lintDebug
Description
Component used: androidx.browser:browser Version used: 1.5.0 Devices/Android versions reproduced on:
CustomTabsIntent.Builder().setExitAnimations
is being ignored. The default animation is always played when coming back from the Custom Tab ActivityHow to reproduce:
implementation "androidx.browser:browser:1.5.0"
MainActivity
as followsThe start animations work, the exit animations are ignored. Don't mind the global scope, it does not change the outcome