This commit is contained in:
InsanusMokrassar 2021-04-05 16:50:31 +06:00
parent b975a1b036
commit 32ae9d2b16
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ suspend fun <T> BehaviourContext.doInSubContextWithFlowsUpdatesFilterSetup(
newFlowsUpdatesFilterSetUp ?.let {
it.apply { invoke(newContext, this@doInSubContextWithFlowsUpdatesFilterSetup.flowsUpdatesFilter) }
}
behaviourContextReceiver().also { if (stopOnCompletion) stop() }
newContext.behaviourContextReceiver().also { if (stopOnCompletion) stop() }
}
/**