no message

This commit is contained in:
overtake
2017-05-03 20:29:32 +03:00
parent 0248a6fbf9
commit 578464eedb

View File

@@ -147,7 +147,7 @@ private final class CallSessionManagerContext {
}
}
public func callState(internalId: CallSessionInternalId) -> Signal<CallSessionState, NoError> {
func callState(internalId: CallSessionInternalId) -> Signal<CallSessionState, NoError> {
let queue = self.queue
return Signal { [weak self] subscriber in
let disposable = MetaDisposable()