Bug P2
Status Update
Comments
ra...@googlemail.com <ra...@googlemail.com> #2
Hi samsadch,
In the AndroidX PDF library, the search view is animated using the
Without this, the callback might be consumed at an upper level, preventing it from being received by the PdfViewerFragment's container.
ra...@googlemail.com <ra...@googlemail.com> #3
Actually the search view is coming but the issue is that it is showing below the Keyboard
Description
Devices/Android versions reproduced on: Pixel 6 Android 14
Android Auto version reproduced on: 11.2.640404-release
We got some reports on bugnsag, and i can also reproduce it locally, that the startIndex has a value of -1, which causes crashes for us.
A while ago, when initializing the ItemList, we always got 0...3 as start/endIndex (or higher end values for bigger screens). Then for a while, we did not get any call initially, but only when scrolling through the list for the first time.
Now we get startIndex -1.
This is very inconsistent behavior and also changes our app behavior (the -1 even causes a crash).
As we did not update the library version, since it has been released (a year ago or so), this is probably something in the AA app.