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