mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
Update BehaviourContextWithFSM.kt
This commit is contained in:
parent
dbe2607994
commit
90ad34f114
@ -173,8 +173,10 @@ class DefaultBehaviourContextWithFSM<T : State>(
|
|||||||
fun Job.enableRemoveOnCompletion(state: T) {
|
fun Job.enableRemoveOnCompletion(state: T) {
|
||||||
invokeOnCompletion {
|
invokeOnCompletion {
|
||||||
launchSafelyWithoutExceptions {
|
launchSafelyWithoutExceptions {
|
||||||
if (this@enableRemoveOnCompletion === statesJobs[state]) {
|
statesJobsMutex.withLock {
|
||||||
statesJobs.remove(state)
|
if (this@enableRemoveOnCompletion === statesJobs[state]) {
|
||||||
|
statesJobs.remove(state)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user