mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 16:06:59 +00:00
Change defaults
This commit is contained in:
parent
995fea2943
commit
9db5eb726d
@ -167,7 +167,7 @@ final class CallControllerNodeV2: ViewControllerTracingNode, CallControllerNodeP
|
||||
self.conferenceAddParticipant?()
|
||||
}
|
||||
|
||||
var enableVideoSharpening = true
|
||||
var enableVideoSharpening = false
|
||||
if let data = call.context.currentAppConfiguration.with({ $0 }).data, let value = data["ios_call_video_sharpening"] as? Double {
|
||||
enableVideoSharpening = value != 0.0
|
||||
}
|
||||
|
@ -1247,7 +1247,7 @@ final class VideoChatScreenComponent: Component {
|
||||
}
|
||||
self.callState = component.initialData.callState
|
||||
|
||||
self.enableVideoSharpening = true
|
||||
self.enableVideoSharpening = false
|
||||
if let data = component.initialCall.accountContext.currentAppConfiguration.with({ $0 }).data, let value = data["ios_call_video_sharpening"] as? Double {
|
||||
self.enableVideoSharpening = value != 0.0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user