mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 11:20:18 +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.contentsScale = ASScreenScale();
|
||||||
self.contentMode = UIViewContentModeScaleAspectFill;
|
self.contentMode = UIViewContentModeScaleAspectFill;
|
||||||
self.opaque = NO;
|
self.opaque = NO;
|
||||||
|
self.backgroundColor = [UIColor clearColor];
|
||||||
|
|
||||||
_cropEnabled = YES;
|
_cropEnabled = YES;
|
||||||
_forceUpscaling = NO;
|
_forceUpscaling = NO;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user