mirror of
https://github.com/Burrit0z/kai
synced 2025-07-01 20:16:48 +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(), ^{
|
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;
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user