diff --git a/KAIBatteryPlatter.mm b/KAIBatteryPlatter.mm index 969954a..57dbc93 100755 --- a/KAIBatteryPlatter.mm +++ b/KAIBatteryPlatter.mm @@ -213,8 +213,6 @@ long long lastPercentage; }]; - self.stackHolder.frame = self.frame; - } -(void)refreshForPrefs { diff --git a/Kai.xm b/Kai.xm index 66cd133..f84d4ec 100755 --- a/Kai.xm +++ b/Kai.xm @@ -111,7 +111,9 @@ CSAdjunctListView *list; -(void)setPercentCharge:(NSInteger)arg1 { //sends the noti to update battery info + if(arg1!=0) { [[NSNotificationCenter defaultCenter] postNotificationName:@"KaiInfoChanged" object:nil userInfo:nil]; + } %orig; }