Kaynağa Gözat

left to do - fix music playing bug 🕷

pull/1/head
Burrit0z 4 yıl önce
ebeveyn
işleme
f982dbeac3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      KAIBatteryStack.mm

+ 1
- 1
KAIBatteryStack.mm Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet