1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-01 20:16:48 +00:00

bro just async

This commit is contained in:
Burrit0z
2020-05-22 15:13:16 -04:00
parent 218fcc80ea
commit 028d4a4846
2 changed files with 3 additions and 1 deletions

2
Kai.xm
View File

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