mirror of
https://github.com/Burrit0z/kai
synced 2025-09-14 00:16:18 +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;
|
self.heightConstraint.active = YES;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
int height = (self.number * (bannerHeight + spacing)) - spacing;
|
int height = (self.number * (bannerHeight + spacing));
|
||||||
self.heightConstraint.constant = height;
|
self.heightConstraint.constant = height;
|
||||||
|
|
||||||
UIStackView *s = (UIStackView *)(self.superview);
|
UIStackView *s = (UIStackView *)(self.superview);
|
||||||
|
Reference in New Issue
Block a user