Преглед на файлове

return YES on success (this change does not affect the existing logic)

ibireme преди 9 години
родител
ревизия
fc0566aa3b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      YYWebImage/Cache/YYKVStorage.m

+ 1 - 1
YYWebImage/Cache/YYKVStorage.m

@@ -846,7 +846,7 @@ static UIApplication *_YYSharedApplication() {
             }
             if ([self _dbDeleteItemsWithTimeEarlierThan:time]) {
                 [self _dbCheckpoint];
-                return NO;
+                return YES;
             }
         } break;
     }