mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix call localization
This commit is contained in:
@@ -1298,7 +1298,7 @@ public final class PrivateCallScreen: OverlayMaskContainerView, AVPictureInPictu
|
||||
}
|
||||
}
|
||||
|
||||
let statusSize = self.statusView.update(state: statusState, transition: .immediate)
|
||||
let statusSize = self.statusView.update(strings: params.state.strings, state: statusState, transition: .immediate)
|
||||
|
||||
let titleY: CGFloat
|
||||
if currentAreControlsHidden {
|
||||
|
||||
Reference in New Issue
Block a user