mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1238656 - Part 3: bypass cache for homescreen icons r=mcomella
MozReview-Commit-ID: Bvf6GyWXqQn
This commit is contained in:
parent
1601eef30c
commit
6d530b8f2d
@ -610,6 +610,6 @@ public class Favicons {
|
|||||||
*/
|
*/
|
||||||
public static void getPreferredSizeFaviconForPage(Context context, String url, String iconURL, OnFaviconLoadedListener onFaviconLoadedListener) {
|
public static void getPreferredSizeFaviconForPage(Context context, String url, String iconURL, OnFaviconLoadedListener onFaviconLoadedListener) {
|
||||||
int preferredSize = GeckoAppShell.getPreferredIconSize();
|
int preferredSize = GeckoAppShell.getPreferredIconSize();
|
||||||
loadUncachedFavicon(context, url, iconURL, 0, preferredSize, onFaviconLoadedListener);
|
loadUncachedFavicon(context, url, iconURL, LoadFaviconTask.FLAG_BYPASS_CACHE_WHEN_DOWNLOADING_ICONS, preferredSize, onFaviconLoadedListener);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user