Assigned
Status Update
Comments
al...@google.com <al...@google.com> #2
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
al...@google.com <al...@google.com> #3
I am still regularly receiving reports about this issue, and it seems it has not been addressed in the latest 1.4.0-rc01 release.
al...@google.com <al...@google.com> #4
Seems like a fairly easy fix on our end. I'll see to that it is fixed in 1.5.
Description
Version used: 1.4.2
Devices/Android versions reproduced on: Android 12
passing original window insets object in Builder(WindowInsets(Compat) insets) and doing nothing with the builder seems to alter the result systemWindowInset of the builder.
I expect this to be true since but got false instead. I made no change at all to the Builder(), in this case the original systemWindowInsetBottom is none zero because the phone has a display cutout at the bottom, however, the systemWindowInsetBottom on the right is zero.
insets.systemWindowInsetBottom == WindowInsetsCompat.Builder(insets).build().systemWindowInsetBottom
Also reproducible without Compat using platform API.