소스 검색

left to do - fix music playing bug 🕷

pull/1/head
Burrit0z 4 년 전
부모
커밋
f982dbeac3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      KAIBatteryStack.mm

+ 1
- 1
KAIBatteryStack.mm 파일 보기

@@ -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…
취소
저장