瀏覽代碼

Update Kai.xm

pull/1/head
Burrit0z 4 年之前
父節點
當前提交
bacbc3f44b
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      Kai.xm

+ 2
- 0
Kai.xm 查看文件

@@ -59,7 +59,9 @@
dispatch_async(dispatch_get_main_queue(), ^{

[[KAIBatteryStack sharedInstance] updateBattery];
if([KAISelf.superview respondsToSelector:@selector(fixComplicationsViewFrame)]) {
[KAISelf.superview performSelector:@selector(fixComplicationsViewFrame) withObject:KAISelf.superview afterDelay:0.2];
}

isUpdating = NO;
});

Loading…
取消
儲存