mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 867650 - Update awesomescreen results correctly when there's so autocomplete text. r=wesj
This commit is contained in:
parent
54bcba9c99
commit
d41fc3570b
@ -788,7 +788,7 @@ public class AwesomeBar extends GeckoActivity
|
||||
}
|
||||
|
||||
// If this is the autocomplete text being set, don't run the filter.
|
||||
if (mAutoCompleteResult == null || !mAutoCompleteResult.equals(text)) {
|
||||
if (TextUtils.isEmpty(mAutoCompleteResult) || !mAutoCompleteResult.equals(text)) {
|
||||
mAwesomeTabs.filter(text, useHandler ? this : null);
|
||||
mAutoCompletePrefix = text;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user