mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Voice Chat UI fixes
This commit is contained in:
@@ -1248,7 +1248,7 @@ public final class VoiceChatController: ViewController {
|
||||
let previousLeftBorderFrame = self.leftBorderNode.frame
|
||||
let previousRightBorderFrame = self.rightBorderNode.frame
|
||||
|
||||
self.updateColors(fullscreen: panelOffset == layoutTopInset)
|
||||
self.updateColors(fullscreen: abs(panelOffset - layoutTopInset) < 1.0)
|
||||
|
||||
if !backgroundFrame.equalTo(previousBackgroundFrame) {
|
||||
self.backgroundNode.frame = backgroundFrame
|
||||
|
||||
Reference in New Issue
Block a user