Update tgcalls

This commit is contained in:
Isaac
2025-04-18 01:00:31 +04:00
parent b484d03de6
commit 99c05b67c4
2 changed files with 2 additions and 2 deletions

View File

@@ -1747,7 +1747,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
}
var prioritizeVP8 = false
#if DEBUG
#if DEBUG && false
prioritizeVP8 = "".isEmpty
#endif
if let data = self.accountContext.currentAppConfiguration.with({ $0 }).data, let value = data["ios_calls_prioritize_vp8"] as? Double {