Bug 1009587 - Part 6: Don't wait for thumbnails to show blank spots (r=mfinkle)

This commit is contained in:
Lucas Rocha 2014-05-29 13:04:36 +01:00
Родитель ce74fab07c
Коммит cd3b74825c
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -528,11 +528,7 @@ public class TopSitesPanel extends HomeFragment {
// If there is no url, then show "add bookmark".
if (type == TopSites.TYPE_BLANK) {
// Wait until thumbnails are loaded before showing anything.
if (mThumbnails != null) {
view.blankOut();
}
view.blankOut();
return;
}