1
0
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:
Burrit0z
2020-05-30 20:03:20 -04:00
parent e4788921d1
commit f982dbeac3

View File

@ -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);