mirror of
https://github.com/Burrit0z/kai
synced 2025-09-13 22:26:20 +00:00
left to do - fix music playing bug 🕷
This commit is contained in:
@ -113,7 +113,7 @@ long long lastPercentage;
|
||||
self.heightConstraint.active = YES;
|
||||
|
||||
} else {
|
||||
int height = (self.number * (bannerHeight + spacing)) - spacing;
|
||||
int height = (self.number * (bannerHeight + spacing));
|
||||
self.heightConstraint.constant = height;
|
||||
|
||||
UIStackView *s = (UIStackView *)(self.superview);
|
||||
|
Reference in New Issue
Block a user