The clear cache button did not recompute the true cache size.

This commit is contained in:
ylecollen 2015-01-21 14:11:58 +01:00
parent 178029133e
commit ea52e71cae

View file

@ -384,6 +384,8 @@ static NSMutableDictionary* uploadTableById = nil;
}
mediaCachePath = nil;
// force to recompute the cache size at next cacheSize call
storageCacheSize = 0;
}
+ (NSString*)getCachePath {