Pārlūkot izejas kodu

left to do - fix music playing bug 🕷

pull/1/head
Burrit0z pirms 4 gadiem
vecāks
revīzija
f982dbeac3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      KAIBatteryStack.mm

+ 1
- 1
KAIBatteryStack.mm Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt