mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Peer sound and message removal update
This commit is contained in:
@@ -225,7 +225,12 @@ final class ContextControllerExtractedPresentationNode: ASDisplayNode, ContextCo
|
||||
}
|
||||
|
||||
private func getActionsStackPositionLock() -> CGFloat? {
|
||||
return self.actionsStackNode.view.convert(CGPoint(), to: self.view).y
|
||||
switch self.source {
|
||||
case .reference:
|
||||
return nil
|
||||
case .extracted:
|
||||
return self.actionsStackNode.view.convert(CGPoint(), to: self.view).y
|
||||
}
|
||||
}
|
||||
|
||||
func update(
|
||||
|
||||
Reference in New Issue
Block a user