Bug P2
Status Update
Comments
ch...@target.com <ch...@target.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.
Description
Devices/Android versions reproduced on: Pixel 8, Android 14
Android Auto version reproduced on: 12.3.642624
While building and testing a Point of interest app for Android Auto, we've noticed some strange behavior where the app resets when staying on a given Screen for an extended period of time. The most common way we've reproduced this is:
- Launch into our app, select our POI, take an action (for instance, go to Maps to navigate to a given location),
- Drive to the location, with our car app either backgrounded or foregrounded
- After arriving at the location (~10 minutes have passed), attempt to take action in our app.
- We observe that our app is unresponsive, button clicks have no effect, and the app appears to reset, sending the user back to the Screen specified by our Session.onCreateScreen() method.
This doesn't seem to be tied to any particular Screen or Template type; we've seen it occur on screens using PlaceListMapTemplate, GridTemplate, and PaneTemplate.