Fixed
Status Update
Comments
ca...@google.com <ca...@google.com> #2
Android Bug Scrub: This issue has been open for 270 days or pinged by blunderbuss 5 times with no updates. As a result, this issue looks stale to us.
Please help us out! If you are planning to work on this issue within the next year, please reply indicating the timeline you intend to complete the work and remove the "Android Blintz Close Candidate" hotlist. If it is expected for this issue to take multiple years to resolve, please add it to the android_icebox hotlist (https://b.corp.google.com/hotlists/4240 )
Stale issues that aren't removed from the "Android Blintz Close Candidate" will be closed in 7 days, so if you think this should be closed there's no need to do anything. For more information please see go/android-blintz.
If you are not the assignee of this bug, and feel this issue needs to be escalated, please email the components default assignee with the bug number, and what you'd like to escalate.
Please help us out! If you are planning to work on this issue within the next year, please reply indicating the timeline you intend to complete the work and remove the "Android Blintz Close Candidate" hotlist. If it is expected for this issue to take multiple years to resolve, please add it to the android_icebox hotlist (
Stale issues that aren't removed from the "Android Blintz Close Candidate" will be closed in 7 days, so if you think this should be closed there's no need to do anything. For more information please see go/android-blintz.
If you are not the assignee of this bug, and feel this issue needs to be escalated, please email the components default assignee with the bug number, and what you'd like to escalate.
ro...@google.com <ro...@google.com> #3
This issue has been closed as part of the Android Bug Scrub.
For more information please see go/android-blintz.
For more information please see go/android-blintz.
ro...@google.com <ro...@google.com> #4
This issue has been closed as part of the Android Bug Scrub.
For more information please see go/android-blintz.
For more information please see go/android-blintz.
ap...@google.com <ap...@google.com> #5
Tagging with a review tag so that Jetpad picks it up
[LIBRARY_API_REVIEW_TAG:core/core/api/1.4.0-alpha01.txt]
Description
Requiring a Window instance when constructing WindowInsetsControllerCompat hinders composability, and requires unfortunate hacks like casting the Context to Activity to obtain a Window (which won't return the right instance in all cases, e.g. with
Dialog
s).We should look into removing this dependency, or making it optional.