Browse Source

space

pull/1/head
Burrit0z 4 years ago
parent
commit
be6afbed17
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      KAIBatteryStack.mm

+ 2
- 0
KAIBatteryStack.mm View File

@@ -80,9 +80,11 @@ long long lastPercentage;
}

queueTimer = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(dispatchQueue) userInfo:nil repeats:NO];

} else if(self.isUpdating) {
self.queued = YES;
}
self.number = [self.subviews count];
[(CSAdjunctListView *)self.superview.superview KaiUpdate];


Loading…
Cancel
Save