Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Library version used: androidx.car.app:app:1.4.0-rc02
Devices/Android versions reproduced on: Android 11
Android Auto version reproduced on: 11.0.635054-release
We have two types of result items displayed with SearchTemplate:
The bug is related to the second type of result item. When the user clicks on it, we aim to update the search query and present a new query to the user. Unfortunately, calling
setInitialSearchText("...")
a second time is not working.Below is a code snippet to reproduce the issue: