mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-06 20:54:04 +00:00
Merge commit '5473b3a56b572e74abbadf11b3a1073159ea63db'
This commit is contained in:
commit
5c398bba3b
@ -262,7 +262,7 @@ typedef enum
|
||||
controlsFrame.origin.y = CGRectGetMaxY(controlsFrame) - height;
|
||||
controlsFrame.size.height = height;
|
||||
|
||||
_controlsView = [[TGVideoMessageControls alloc] initWithFrame:controlsFrame sendImage:[_assets sendImage]];
|
||||
_controlsView = [[TGVideoMessageControls alloc] initWithFrame:controlsFrame assets:_assets];
|
||||
_controlsView.clipsToBounds = true;
|
||||
_controlsView.parent = self;
|
||||
_controlsView.isAlreadyLocked = self.isAlreadyLocked;
|
||||
|
Loading…
x
Reference in New Issue
Block a user