We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1540c commit 01acd4eCopy full SHA for 01acd4e
app/src/main/jni/librime_jni/rime_jni.cc
@@ -63,6 +63,8 @@ class Rime {
63
if (rime->start_maintenance(fullCheck)) {
64
rime->join_maintenance_thread();
65
}
66
+
67
+ session_ = rime->create_session();
68
69
70
bool processKey(int keycode, int mask) {
0 commit comments