small fix for call

This commit is contained in:
overtake 2020-09-21 11:54:59 +03:00
parent 9529a6234b
commit 9a36c6fd41

View File

@ -574,6 +574,8 @@ private final class CallSessionManagerContext {
self.ringingStatesUpdated() self.ringingStatesUpdated()
} }
} }
} else {
self.contextUpdated(internalId: internalId)
} }
} }