Simplify confusing logic in ThumbnailCache::getKey()
Checking `if (ok)` is always true because `ok` was dereferenced right above so we know the pointer is not null.
Please register or sign in to comment
Checking `if (ok)` is always true because `ok` was dereferenced right above so we know the pointer is not null.