SessionCtl // Fix state correction in handle(event:).

This commit is contained in:
ShikiSuen 2022-11-13 18:40:03 +08:00
parent d3fc057409
commit d475973f4d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ extension SessionCtl {
// deactivated empty() // deactivated empty()
if let client = client(), state.type == .ofDeactivated { if let client = client(), state.type == .ofDeactivated {
switchState(IMEState.ofEmpty()) state = IMEState.ofEmpty()
return handle(event, client: client) return handle(event, client: client)
} }