Bug 1010764 - Use same placeholder image on all tabs (r=mfinkle)

This commit is contained in:
Lucas Rocha 2014-05-27 11:23:17 +01:00
parent 78b7d3e830
commit 40bbd8893e
7 changed files with 0 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1012 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -269,8 +269,6 @@ class TabsTray extends TwoWayView
Drawable thumbnailImage = tab.getThumbnail();
if (thumbnailImage != null) {
row.thumbnail.setImageDrawable(thumbnailImage);
} else if (AboutPages.isAboutHome(tab.getURL())) {
row.thumbnail.setImageResource(R.drawable.abouthome_thumbnail);
} else {
row.thumbnail.setImageResource(R.drawable.tab_thumbnail_default);
}