Adding todo
This commit is contained in:
parent
fbb820faf6
commit
b59f610c22
@ -144,6 +144,7 @@ public class FaviconModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (favicon == null) {
|
if (favicon == null) {
|
||||||
|
// TODO: 6/5/17 figure out if optimistic favicon retrieval should be added back or dropped
|
||||||
// favicon = mImageFetcher.retrieveBitmapFromDomain(uri);
|
// favicon = mImageFetcher.retrieveBitmapFromDomain(uri);
|
||||||
} else {
|
} else {
|
||||||
Bitmap newFavicon = Utils.padFavicon(favicon);
|
Bitmap newFavicon = Utils.padFavicon(favicon);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user