ソースを参照

Update Kai.xm

pull/1/head
Burrit0z 4年前
コミット
bacbc3f44b
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      Kai.xm

+ 2
- 0
Kai.xm ファイルの表示

dispatch_async(dispatch_get_main_queue(), ^{ dispatch_async(dispatch_get_main_queue(), ^{


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


isUpdating = NO; isUpdating = NO;
}); });

読み込み中…
キャンセル
保存