mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[ASVideoPlayerNode] Ensure activity indicator view is transparent (#1852)
This commit is contained in:
@@ -502,6 +502,7 @@ static void *ASVideoPlayerNodeContext = &ASVideoPlayerNodeContext;
|
||||
return spinnnerView;
|
||||
}];
|
||||
_spinnerNode.preferredFrameSize = CGSizeMake(44.0, 44.0);
|
||||
_spinnerNode.backgroundColor = [UIColor clearColor];
|
||||
|
||||
[self addSubnode:_spinnerNode];
|
||||
[self setNeedsLayout];
|
||||
|
||||
Reference in New Issue
Block a user