소스 검색

95%

pull/1/head
Burrit0z 4 년 전
부모
커밋
6988072fa3
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      KAIBatteryStack.mm

+ 10
- 0
KAIBatteryStack.mm 파일 보기

@@ -82,11 +82,21 @@ long long lastPercentage;
}

-(void)refreshForPrefs {
for( UIView *view in self.subviews ) {
@try {
[view removeFromSuperview];
} @catch (NSException *exception) {
//Panik
}
}

BCBatteryDeviceController *bcb = [BCBatteryDeviceController sharedInstance];
NSArray *devices = MSHookIvar<NSArray *>(bcb, "_sortedDevices");
for(BCBatteryDevice *device in devices) {
[device resetKaiCellForNewPrefs];
}

[self updateBattery];
}

+(KAIBatteryStack *)sharedInstance {

Loading…
취소
저장