合入输入法多前台调用的修改

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2021-11-02 14:25:46 +08:00
parent 07be32f947
commit 4331df78eb
2 changed files with 5 additions and 3 deletions
@@ -213,8 +213,8 @@ namespace MiscServices {
*/
extern "C" __attribute__((constructor)) void RegisterModule()
{
IMSA_HILOGI("RegisterModule() is called!");
napi_module_register(&inputMethodEngineModule);
IMSA_HILOGI("RegisterModule() is called!");
napi_module_register(&inputMethodEngineModule);
}
}
}