语音输入之后要重新部署 RIME? #739
语音输入之后要重新部署 RIME?
#739
-
在 fcitx5-android 中使用 RIME 时,用 Google 语音输入之后再回来,RIME 就要重新部署,这是 RIME / fcitx 的 bug 吗,还是我的问题? VID_20250617_073525_721.mp4 |
Beta Was this translation helpful? Give feedback.
Answered by
rocka
Jun 17, 2025
Replies: 1 comment
-
实际上和 #531 是相同的问题,切换到语音输入法后,系统会销毁原来的输入法服务( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
clover-yan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
实际上和 #531 是相同的问题,切换到语音输入法后,系统会销毁原来的输入法服务(
InputMethodService
);再切换回来相当于冷启动,会触发重新部署。不过暂时有一个 workaround ,就是把输入法的设置界面锁定在后台,这样即使输入法切走了,设置界面还会占用 fcitx 实例,再切换回来就不需要走冷启动的流程。