Procházet zdrojové kódy

Update KAIBatteryCell.mm

pull/3/head
Burrit0z před 3 roky
rodič
revize
cee2aa6a0f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      KAIBatteryCell.mm

+ 1
- 1
KAIBatteryCell.mm Zobrazit soubor

@@ -77,7 +77,7 @@

UIImage *glyph = ios13 ? [device glyph] : [device batteryWidgetGlyph];

glyph= [glyph imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];
glyph = [glyph imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];
self.glyphView = [[UIImageView alloc] init];
self.glyphView.contentMode = UIViewContentModeScaleAspectFit;
[self.glyphView setImage:glyph];

Načítá se…
Zrušit
Uložit