Assigned
Status Update
Comments
al...@google.com <al...@google.com>
ti...@google.com <ti...@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.
ma...@persgroep.net <ma...@persgroep.net> #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.
Description
Component used: androidx.core:core-ktx
Version used: 1.15.0
Target SDK: 35
Devices/Android versions reproduced on: Pixel Tablet, Pixel Fold API 34. Not happening on API 33, not happening on API 35.
=============
We have a single-activity app in which we show different fragments, both inside a navcontroller as well as "on top". When a Video Player fragment comes into view, we use the windowInsetsController to hide the system UI and switch to a fullscreen view. When it disappears, we show the system UI again.
Ever since updating from core-ktx 1.13.1 to 1.15.0, the bottom navigation of our app "grows" when the System UI is shown again. It gets bottom padding when going fullscreen, but doesn't remove this bottom padding again when going non-fullscreen. This happens on Android 14 (API 34), not on API 33 and API 35.
This can easily be reproduced.
=============
Sample code to reproduce:
Layout:
Activity: