mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fix image sometimes appearing with black background or completely disappearing in ASImageNode
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
self.contentsScale = ASScreenScale();
|
||||
self.contentMode = UIViewContentModeScaleAspectFill;
|
||||
self.opaque = NO;
|
||||
self.backgroundColor = [UIColor clearColor];
|
||||
|
||||
_cropEnabled = YES;
|
||||
_forceUpscaling = NO;
|
||||
|
||||
Reference in New Issue
Block a user