mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 701839 - Wrong favicon displayed when both default location and link exists (crash fix) CLOSED TREE
This commit is contained in:
parent
d3adf11251
commit
c9f50a4283
@ -267,7 +267,7 @@ public class Favicons {
|
||||
byteStream = new ByteArrayInputStream(bytes);
|
||||
image = (BitmapDrawable) Drawable.createFromStream(byteStream, "src");
|
||||
}
|
||||
} catch (IOException e) {
|
||||
} catch (Exception e) {
|
||||
Log.d(LOGTAG, "Error downloading favicon: " + e);
|
||||
} finally {
|
||||
if (urlConnection != null)
|
||||
|
Loading…
Reference in New Issue
Block a user