Ver código fonte

Update Kai.xm

pull/1/head
Burrit0z 4 anos atrás
pai
commit
bacbc3f44b
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      Kai.xm

+ 2
- 0
Kai.xm Ver arquivo

@@ -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;
});

Carregando…
Cancelar
Salvar