1
0
镜像自地址 https://github.com/Burrit0z/kai 已同步 2025-09-17 19:46:19 +00:00

bro just async

这个提交包含在:
Burrit0z
2020-05-22 15:13:16 -04:00
父节点 218fcc80ea
当前提交 028d4a4846
共有 2 个文件被更改,包括 3 次插入1 次删除

2
Kai.xm
查看文件

@ -81,11 +81,13 @@
isUpdating = YES;
//NSLog(@"kai: kai info will update");
dispatch_async(dispatch_get_main_queue(), ^{
[[KAIBattery sharedInstance] updateBattery];
[self KaiUpdate];
isUpdating = NO;
});
/*isUpdating = YES;
[UIView animateWithDuration:0.3 animations:^{