mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Inject constructor...
This commit is contained in:
parent
e5d0a8f3d8
commit
a5c0c23bae
1 changed files with 2 additions and 1 deletions
|
@ -20,9 +20,10 @@ import kotlinx.coroutines.CancellationException
|
|||
import kotlinx.coroutines.CoroutineScope
|
||||
import kotlinx.coroutines.SupervisorJob
|
||||
import kotlinx.coroutines.cancelChildren
|
||||
import javax.inject.Inject
|
||||
|
||||
@SessionScope
|
||||
internal class SessionCoroutineScopeHolder {
|
||||
internal class SessionCoroutineScopeHolder @Inject constructor() {
|
||||
|
||||
var scope: CoroutineScope? = null
|
||||
private set
|
||||
|
|
Loading…
Add table
Reference in a new issue