SessionCtl // Mitigate .ofEmpty() state on activateServer().
- We don't handle it. We set it.
This commit is contained in:
parent
f57238f380
commit
c9c2ab9064
|
@ -203,7 +203,7 @@ extension SessionCtl {
|
||||||
UpdateSputnik.shared.checkForUpdate(forced: false, url: kUpdateInfoSourceURL)
|
UpdateSputnik.shared.checkForUpdate(forced: false, url: kUpdateInfoSourceURL)
|
||||||
}
|
}
|
||||||
|
|
||||||
switchState(IMEState.ofEmpty())
|
state = IMEState.ofEmpty()
|
||||||
isActivated = true // 登記啟用狀態。
|
isActivated = true // 登記啟用狀態。
|
||||||
Self.allInstances.insert(self)
|
Self.allInstances.insert(self)
|
||||||
setKeyLayout()
|
setKeyLayout()
|
||||||
|
|
Loading…
Reference in New Issue