Wrapped placeholder check in parens to work with bitwise
This commit is contained in:
parent
7ca81d0e36
commit
9a45faac3f
|
@ -55,7 +55,7 @@ static char operationArrayKey;
|
|||
wself.image = image;
|
||||
[wself setNeedsLayout];
|
||||
} else {
|
||||
if (options & SDWebImageDelayPlaceholder) {
|
||||
if ((options & SDWebImageDelayPlaceholder)) {
|
||||
wself.image = placeholder;
|
||||
[wself setNeedsLayout];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue