зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1009587 - Part 6: Don't wait for thumbnails to show blank spots (r=mfinkle)
This commit is contained in:
Родитель
ce74fab07c
Коммит
cd3b74825c
|
@ -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();
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче