Skip to content

Commit 99c05b6

Browse files
author
Isaac
committed
Update tgcalls
1 parent b484d03 commit 99c05b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

submodules/TelegramCallsUI/Sources/PresentationGroupCall.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
17471747
}
17481748

17491749
var prioritizeVP8 = false
1750-
#if DEBUG
1750+
#if DEBUG && false
17511751
prioritizeVP8 = "".isEmpty
17521752
#endif
17531753
if let data = self.accountContext.currentAppConfiguration.with({ $0 }).data, let value = data["ios_calls_prioritize_vp8"] as? Double {

0 commit comments

Comments
 (0)