Sfoglia il codice sorgente

left to do - fix music playing bug 🕷

pull/1/head
Burrit0z 4 anni fa
parent
commit
f982dbeac3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      KAIBatteryStack.mm

+ 1
- 1
KAIBatteryStack.mm Vedi 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);

Loading…
Annulla
Salva