diff --git a/Signal/src/view controllers/CallViewController.swift b/Signal/src/view controllers/CallViewController.swift index 519af4400..c6ad0c83e 100644 --- a/Signal/src/view controllers/CallViewController.swift +++ b/Signal/src/view controllers/CallViewController.swift @@ -691,7 +691,7 @@ class CallViewController: UIViewController, CallObserver, CallServiceObserver, R if callState == .connected { if callDurationTimer == nil { let kDurationUpdateFrequencySeconds = 1 / 20.0 - callDurationTimer = Timer.scheduledTimer(timeInterval: kDurationUpdateFrequencySeconds, + callDurationTimer = Timer.scheduledTimer(timeInterval: TimeInterval(kDurationUpdateFrequencySeconds), target:self, selector:#selector(updateCallDuration), userInfo:nil,