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

Update Kai.xm

This commit is contained in:
Burrit0z
2020-05-27 08:48:29 -04:00
parent 2dac618cab
commit bacbc3f44b

2
Kai.xm
View File

@ -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;
});