forked from melod1n/fast-messenger
fix long poll
This commit is contained in:
@@ -22,6 +22,6 @@ class LongPollControllerImpl : LongPollController {
|
||||
}
|
||||
|
||||
override fun setStateToApply(newState: LongPollState) {
|
||||
currentState.value = newState
|
||||
stateToApply.value = newState
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user