1
0
mirror of https://github.com/Burrit0z/kai synced 2025-09-14 00:16:18 +00:00
This commit is contained in:
Burrit0z
2020-05-22 12:00:10 -04:00
parent d9b30125f8
commit 028c5bd068

View File

@ -76,7 +76,7 @@ long long lastPercentage;
//[self.heightAnchor constraintEqualToConstant:(self.number * 85)].active = YES; //[self.heightAnchor constraintEqualToConstant:(self.number * 85)].active = YES;
self.isUpdating = NO; self.isUpdating = NO;
self.number = [self.subviews count]; self.number = [self.subviews count];
[(CSAdjunctListView *)self.superview KaiUpdate]; [(CSAdjunctListView *)self.superview.superview KaiUpdate];
} }
//}); //});
} }