1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-03 13:36:47 +00:00
This commit is contained in:
Burrit0z
2020-05-20 15:30:35 -04:00
parent 9dda120072
commit 5f8b36d198
5 changed files with 44 additions and 13 deletions

13
Kai.xm
View File

@ -101,11 +101,16 @@
}
%end
%hook _CSSingleBatteryChargingView
%hook CSBatteryChargingView
-(void)initWithFrame:(CGRect)arg1 {
%orig;
[self removeFromSuperview];
+(id)batteryChargingViewWithSingleBattery {
//NSLog(@"kai: here bro: %@", [NSThread callStackSymbols]);
//[UIPasteboard generalPasteboard].string = [NSString stringWithFormat:@"kai: here bro: %@", [NSThread callStackSymbols]];
return nil;
}
+(id)batteryChargingViewWithDoubleBattery {
return nil;
}
-(CGFloat)desiredVisibilityDuration {