Skip to content

Commit 9db5eb7

Browse files
author
Isaac
committed
Change defaults
1 parent 995fea2 commit 9db5eb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

submodules/TelegramCallsUI/Sources/CallControllerNodeV2.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ final class CallControllerNodeV2: ViewControllerTracingNode, CallControllerNodeP
167167
self.conferenceAddParticipant?()
168168
}
169169

170-
var enableVideoSharpening = true
170+
var enableVideoSharpening = false
171171
if let data = call.context.currentAppConfiguration.with({ $0 }).data, let value = data["ios_call_video_sharpening"] as? Double {
172172
enableVideoSharpening = value != 0.0
173173
}

submodules/TelegramCallsUI/Sources/VideoChatScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ final class VideoChatScreenComponent: Component {
12471247
}
12481248
self.callState = component.initialData.callState
12491249

1250-
self.enableVideoSharpening = true
1250+
self.enableVideoSharpening = false
12511251
if let data = component.initialCall.accountContext.currentAppConfiguration.with({ $0 }).data, let value = data["ios_call_video_sharpening"] as? Double {
12521252
self.enableVideoSharpening = value != 0.0
12531253
}

0 commit comments

Comments
 (0)