Adding todo

This commit is contained in:
anthony restaino 2017-06-05 21:20:30 -04:00
parent fbb820faf6
commit b59f610c22

View File

@ -144,6 +144,7 @@ public class FaviconModel {
}
if (favicon == null) {
// TODO: 6/5/17 figure out if optimistic favicon retrieval should be added back or dropped
// favicon = mImageFetcher.retrieveBitmapFromDomain(uri);
} else {
Bitmap newFavicon = Utils.padFavicon(favicon);