mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 877870 - Use favicon mem cache as fallback in TwoLinePageRow (r=sriram)
This commit is contained in:
parent
fa9b864b1c
commit
7daa548163
@ -103,6 +103,9 @@ public class TwoLinePageRow extends LinearLayout {
|
||||
}
|
||||
|
||||
setFaviconWithUrl(favicon, url);
|
||||
} else {
|
||||
// If favicons is not on the cursor, try to fetch it from the memory cache
|
||||
setFaviconWithUrl(Favicons.getInstance().getFaviconFromMemCache(url), url);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user