浏览代码

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

正在加载...
取消
保存