Explorar el Código

async

pull/1/head
Burrit0z hace 4 años
padre
commit
d06323914f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      KAIBattery.mm

+ 2
- 0
KAIBattery.mm Ver fichero

@@ -22,6 +22,7 @@ long long batteryPercentage;
long long lastPercentage;

-(void)updateBattery {
dispatch_async(dispatch_get_main_queue(), ^{
if(!self.isUpdating) {
self.isUpdating = YES;
self.number = 0;
@@ -110,6 +111,7 @@ long long lastPercentage;
}
self.isUpdating = NO;
}
});
}

+(KAIBattery *)sharedInstance {

Cargando…
Cancelar
Guardar