fix table, woops

This commit is contained in:
opa334
2022-11-05 23:32:44 +01:00
parent a8be6af56f
commit e47dd74a57
3 changed files with 15 additions and 13 deletions
+2
View File
@@ -286,6 +286,8 @@ extern UIImage* imageWithSize(UIImage* image, CGSize size);
- (NSError*)loadSize
{
_cachedSize = 0;
if(_isArchive)
{
[self enumerateArchive:^(struct archive_entry* entry, BOOL* stop)