Explorar el Código

left to do - fix music playing bug 🕷

pull/1/head
Burrit0z hace 4 años
padre
commit
f982dbeac3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      KAIBatteryStack.mm

+ 1
- 1
KAIBatteryStack.mm Ver fichero

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

Cargando…
Cancelar
Guardar