Explorar el Código

Update Kai.xm

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

+ 2
- 0
Kai.xm Ver fichero

@@ -59,7 +59,9 @@
dispatch_async(dispatch_get_main_queue(), ^{

[[KAIBatteryStack sharedInstance] updateBattery];
if([KAISelf.superview respondsToSelector:@selector(fixComplicationsViewFrame)]) {
[KAISelf.superview performSelector:@selector(fixComplicationsViewFrame) withObject:KAISelf.superview afterDelay:0.2];
}

isUpdating = NO;
});

Cargando…
Cancelar
Guardar