зеркало из https://github.com/mozilla/gecko-dev.git
Bug 721354 - Update about:home everytime it's shown (r=blassey)
This commit is contained in:
Родитель
611d1421b2
Коммит
cae619ec70
|
@ -1114,7 +1114,11 @@ abstract public class GeckoApp
|
|||
new RelativeLayout.LayoutParams(LayoutParams.FILL_PARENT,
|
||||
LayoutParams.FILL_PARENT);
|
||||
mGeckoLayout.addView(mAboutHomeContent, lp);
|
||||
} else if (mAboutHomeContent != null && mShow) {
|
||||
mAboutHomeContent.update(GeckoApp.mAppContext,
|
||||
EnumSet.of(AboutHomeContent.UpdateFlags.TOP_SITES));
|
||||
}
|
||||
|
||||
if (mAboutHomeContent != null)
|
||||
mAboutHomeContent.setVisibility(mShow ? View.VISIBLE : View.GONE);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче