1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-01 11: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

View File

@ -80,7 +80,7 @@ long long lastPercentage;
} else if(!shouldAdd) {
dispatch_async(dispatch_get_main_queue(), ^{
[cell removeFromSuperview];
[cell removeFromSuperview];
});
}
}

2
Kai.xm
View File

@ -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:^{