зеркало из https://github.com/mozilla/gecko-dev.git
Bug 697469 - crash mozalloc_abort - Fennec process dies on tap of AwesomeBar [r=dougt]
This commit is contained in:
Родитель
547454bd36
Коммит
b5154706fd
|
@ -518,7 +518,7 @@ public class AwesomeBarTabs extends TabHost {
|
|||
setCurrentTabByTag(ALL_PAGES_TAB);
|
||||
|
||||
// The tabs should only be visible if there's no on-going search
|
||||
int tabsVisibility = (searchTerm.isEmpty() ? View.VISIBLE : View.GONE);
|
||||
int tabsVisibility = (searchTerm.length() == 0 ? View.VISIBLE : View.GONE);
|
||||
getTabWidget().setVisibility(tabsVisibility);
|
||||
|
||||
// Perform the actual search
|
||||
|
|
Загрузка…
Ссылка в новой задаче