This commit is contained in:
Niels Andriesse 2021-07-27 08:22:47 +10:00
parent 6b8b934556
commit a2f74ba3e1
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ public final class CallService: NSObject {
@objc
func configureBandwidthMode() {
guard AppReadiness.isAppReady else { return }
guard AppReadiness.isAppReady() else { return }
guard let currentCall = currentCall else { return }
let useLowBandwidth = Self.useLowBandwidthWithSneakyTransaction()