mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 20:26:47 +01:00
Stop thread on close session
This commit is contained in:
parent
ace412f9e3
commit
6cca87da49
@ -207,6 +207,7 @@ internal class DefaultSession @Inject constructor(
|
||||
cryptoService.get().close()
|
||||
isOpen = false
|
||||
eventBus.unregister(this)
|
||||
eventSenderProcessor.interrupt()
|
||||
}
|
||||
|
||||
override fun getSyncStateLive() = getSyncThread().liveState()
|
||||
|
Loading…
x
Reference in New Issue
Block a user