mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Clearing search query after clearing input text.
Bug: 30435142 Change-Id: I3f00e1339aba46f4ab3cd092e59a94b506179dcf
This commit is contained in:
@@ -140,10 +140,11 @@ public abstract class AllAppsSearchBarController
|
||||
* Resets the search bar state.
|
||||
*/
|
||||
public void reset() {
|
||||
mQuery = null;
|
||||
unfocusSearchField();
|
||||
mCb.clearSearchResult();
|
||||
mInput.setText("");
|
||||
// We need to reset this after we clear the input text
|
||||
mQuery = null;
|
||||
hideKeyboard();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user