From cee2aa6a0fc39ea4a510052e9ffce9e077bd2d08 Mon Sep 17 00:00:00 2001 From: Burrit0z Date: Thu, 24 Sep 2020 20:00:55 -0400 Subject: [PATCH] Update KAIBatteryCell.mm --- KAIBatteryCell.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KAIBatteryCell.mm b/KAIBatteryCell.mm index 0a0c1b6..786d9e9 100755 --- a/KAIBatteryCell.mm +++ b/KAIBatteryCell.mm @@ -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];