зеркало из https://github.com/mozilla/pjs.git
Bug 701839 - Wrong favicon displayed when both default location and link exists (crash fix) CLOSED TREE
This commit is contained in:
Родитель
89f876d332
Коммит
b68abb50b7
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче