Experimental media improvements

This commit is contained in:
Ali
2020-06-19 17:38:22 +04:00
parent 8f87fe8f54
commit 9195ffa96b
23 changed files with 673 additions and 219 deletions

View File

@@ -496,7 +496,7 @@ public final class SharedNotificationManager {
if isIntegratedWithCallKit {
return nil
}
if case .ringing = state {
if case .ringing = state.state {
return (peer, internalId)
} else {
return nil