mirror of
https://github.com/Burrit0z/kai
synced 2025-07-01 17:06:47 +00:00
Update Kai.xm
This commit is contained in:
2
Kai.xm
2
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;
|
||||
});
|
||||
|
Reference in New Issue
Block a user