зеркало из https://github.com/mozilla/gecko-dev.git
Bug 933739 - Use given search term in handleAutocomplete, not mSearchTerm (r=bnicholson)
This commit is contained in:
Родитель
ffd74047e8
Коммит
577d19b759
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче