зеркало из https://github.com/mozilla/gecko-dev.git
Bug 740094 - Folder icon doesn't appear anymore. r=lucasr
This commit is contained in:
Родитель
f9d129b4d8
Коммит
2a4d3075d0
|
@ -299,12 +299,11 @@ public class AwesomeBarTabs extends TabHost {
|
|||
if (viewType == VIEW_TYPE_ITEM) {
|
||||
updateTitle(viewHolder.titleView, cursor);
|
||||
updateUrl(viewHolder.urlView, cursor);
|
||||
updateFavicon(viewHolder.faviconView, cursor);
|
||||
} else {
|
||||
viewHolder.titleView.setText(getFolderTitle(position));
|
||||
}
|
||||
|
||||
updateFavicon(viewHolder.faviconView, cursor);
|
||||
|
||||
return convertView;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче