mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 895702 - Remove unnecessary bytes length check. r=rnewman
This commit is contained in:
parent
e27d00ab92
commit
bc771fffd2
@ -120,7 +120,7 @@ abstract class HomeFragment extends Fragment {
|
||||
|
||||
// FIXME: bug 897772
|
||||
Bitmap bitmap = null;
|
||||
if (info.favicon != null && info.favicon.length > 0) {
|
||||
if (info.favicon != null) {
|
||||
bitmap = BitmapUtils.decodeByteArray(info.favicon);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user