From f982dbeac31d723114afeb45a36dec3fc2db1c1f Mon Sep 17 00:00:00 2001 From: Burrit0z Date: Sat, 30 May 2020 20:03:20 -0400 Subject: [PATCH] =?UTF-8?q?left=20to=20do=20-=20fix=20music=20playing=20bu?= =?UTF-8?q?g=20=F0=9F=95=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KAIBatteryStack.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KAIBatteryStack.mm b/KAIBatteryStack.mm index 3401881..ab6985e 100755 --- a/KAIBatteryStack.mm +++ b/KAIBatteryStack.mm @@ -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);