소스 검색

fr

pull/1/head
Burrit0z 4 년 전
부모
커밋
4b8383409c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      Kai.xm

+ 3
- 0
Kai.xm 파일 보기

@@ -15,6 +15,9 @@
//and insert into last slot.
[[self stackView] removeArrangedSubview:[KAIBatteryPlatter sharedInstance]];
[[self stackView] insertArrangedSubview:[KAIBatteryPlatter sharedInstance] atIndex:lastSlot];
} else if([[self stackView].subviews objectAtIndex:0] != [KAIBatteryPlatter sharedInstance] && !belowMusic) {
[[self stackView] removeArrangedSubview:[KAIBatteryPlatter sharedInstance]];
[[self stackView] insertArrangedSubview:[KAIBatteryPlatter sharedInstance] atIndex:0];
}

if([KAISelf.superview respondsToSelector:@selector(fixComplicationsViewFrame)]) {

Loading…
취소
저장