Parcourir la source

left to do - fix music playing bug 🕷

pull/1/head
Burrit0z il y a 4 ans
Parent
révision
f982dbeac3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      KAIBatteryStack.mm

+ 1
- 1
KAIBatteryStack.mm Voir le fichier

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

Chargement…
Annuler
Enregistrer