mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 14:11:35 +00:00
Fix static analysis warning
This commit is contained in:
committed by
Cameron Gutman
parent
11c27baaf8
commit
1313429f65
@@ -19,7 +19,7 @@ static const double RETRY_DELAY = 1; // seconds
|
||||
- (void) main {
|
||||
UIImage* appImage = nil;
|
||||
while (![self isCancelled] && appImage == nil) {
|
||||
if (self.cache) {
|
||||
if (self.useCache) {
|
||||
@synchronized(self.cache) {
|
||||
UIImage* cachedImage = [self.cache objectForKey:self.app.appId];
|
||||
if (cachedImage != nil) {
|
||||
|
||||
Reference in New Issue
Block a user