mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Saved tags
This commit is contained in:
@@ -1347,7 +1347,7 @@ public final class PrivateCallScreen: OverlayMaskContainerView, AVPictureInPictu
|
||||
self.weakSignalView = weakSignalView
|
||||
self.addSubview(weakSignalView)
|
||||
}
|
||||
let weakSignalSize = weakSignalView.update(constrainedSize: CGSize(width: params.size.width - 32.0, height: 100.0))
|
||||
let weakSignalSize = weakSignalView.update(strings: params.state.strings, constrainedSize: CGSize(width: params.size.width - 32.0, height: 100.0))
|
||||
let weakSignalY: CGFloat
|
||||
if currentAreControlsHidden {
|
||||
weakSignalY = params.insets.top + 2.0
|
||||
|
||||
Reference in New Issue
Block a user