mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 933739 - Use given search term in handleAutocomplete, not mSearchTerm (r=bnicholson)
This commit is contained in:
parent
735bd4e31f
commit
d1f1587fdd
@ -327,7 +327,7 @@ public class BrowserSearch extends HomeFragment
|
||||
private void handleAutocomplete(String searchTerm, Cursor c) {
|
||||
if (c == null ||
|
||||
mAutocompleteHandler == null ||
|
||||
TextUtils.isEmpty(mSearchTerm)) {
|
||||
TextUtils.isEmpty(searchTerm)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user