Ver código fonte

Update KAIBatteryCell.mm

pull/3/head
Burrit0z 3 anos atrás
pai
commit
cee2aa6a0f
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      KAIBatteryCell.mm

+ 1
- 1
KAIBatteryCell.mm Ver arquivo

@@ -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];

Carregando…
Cancelar
Salvar