浏览代码

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 查看文件

self.heightConstraint.active = YES; self.heightConstraint.active = YES;


} else { } else {
int height = (self.number * (bannerHeight + spacing)) - spacing;
int height = (self.number * (bannerHeight + spacing));
self.heightConstraint.constant = height; self.heightConstraint.constant = height;


UIStackView *s = (UIStackView *)(self.superview); UIStackView *s = (UIStackView *)(self.superview);

正在加载...
取消
保存