Assigned
Status Update
Comments
da...@google.com <da...@google.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
We're building a simple android auto experience and have been given some designs which include a separate error state for api failures. The error state would be a MessageTemplate with a retry action button to kick off the api calls again. Given the template quota restrictions, would it be better to simply omit the button and require that the user navigate back, popping the current Screen instance off of the stack and have them navigate back to the prior Screen, and then relaunch then try navigating back again?