1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-04 08:26:47 +00:00
This commit is contained in:
Burrit0z
2020-04-28 17:36:00 -04:00
parent df73ca33d8
commit c585ca04ba

4
Kai.xm
View File

@ -90,7 +90,6 @@ CGRect originalBattery;
setFrame = YES; setFrame = YES;
batteryWidget = self; batteryWidget = self;
} }
[self KaiUpdate];
} }
%new %new
@ -124,8 +123,9 @@ CGRect originalBattery;
} }
-(void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context{ -(void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context{
NSLog(@"It works"); dispatch_async(dispatch_get_main_queue(), ^{
[[NSNotificationCenter defaultCenter] postNotificationName:@"KaiInfoChanged" object:nil userInfo:nil]; [[NSNotificationCenter defaultCenter] postNotificationName:@"KaiInfoChanged" object:nil userInfo:nil];
});
} }
%end %end