srctree
repos
owner
network
issues
0
diffs
0
Public
jfreegman
parent
6b25dcd1
6779b23a
Fix bug preventing client from reconnecting after toggling UDP/TCP
inline
split
domain/src/main/kotlin/tox/Tox.kt
added: 2, removed: 1, total 1
@@ -39,6 +39,7 @@ class Tox @Inject constructor(
fun start(saveOption: SaveOptions, listener: ToxEventListener, avListener: ToxAvEventListener) {
started = true
isBootstrapNeeded = true
tox = ToxWrapper(listener, avListener, saveOption)