mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-07 15:48:38 +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 {
|
executor.execute {
|
||||||
if (currentCall == null) {
|
if (currentCall == null) {
|
||||||
peerConnectionFactory?.dispose()
|
peerConnectionFactory?.dispose()
|
||||||
|
peerConnectionFactory = null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user