mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
Crash Fix / nullify factory after dispose
This commit is contained in:
parent
666f3ea152
commit
f3e2a55869
1 changed files with 1 additions and 0 deletions
|
@ -727,6 +727,7 @@ class WebRtcPeerConnectionManager @Inject constructor(
|
|||
executor.execute {
|
||||
if (currentCall == null) {
|
||||
peerConnectionFactory?.dispose()
|
||||
peerConnectionFactory = null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue