Ver código fonte

95%

pull/1/head
Burrit0z 4 anos atrás
pai
commit
6988072fa3
1 arquivos alterados com 10 adições e 0 exclusões
  1. +10
    -0
      KAIBatteryStack.mm

+ 10
- 0
KAIBatteryStack.mm Ver arquivo

@@ -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 {

Carregando…
Cancelar
Salvar