Bug 740094 - Folder icon doesn't appear anymore. r=lucasr

This commit is contained in:
Margaret Leibovic 2012-03-28 14:14:30 -07:00
Родитель f9d129b4d8
Коммит 2a4d3075d0
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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;
}