mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-31 11:24:58 +01:00
Crash Fix / nullify factory after dispose
This commit is contained in:
parent
666f3ea152
commit
f3e2a55869
@ -727,6 +727,7 @@ class WebRtcPeerConnectionManager @Inject constructor(
|
||||
executor.execute {
|
||||
if (currentCall == null) {
|
||||
peerConnectionFactory?.dispose()
|
||||
peerConnectionFactory = null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user