mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-30 18:31:01 +00:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
parent
39ce0a43d4
commit
abe45ba280
@ -67,10 +67,10 @@ bool ImeConfigParse::ParseFromCustomSystem(const std::string &parseKey, T &data)
|
||||
break;
|
||||
}
|
||||
std::string cfgPath(realPath);
|
||||
if (!GetCfgsFromFile(cfgPath, parseKey, data)) {
|
||||
if (GetCfgsFromFile(cfgPath, parseKey, data)) {
|
||||
isSuccess = true;
|
||||
break;
|
||||
}
|
||||
isSuccess = true;
|
||||
}
|
||||
FreeCfgFiles(cfgFiles);
|
||||
IMSA_HILOGI("parse result: %{public}d", isSuccess);
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include "i_input_data_channel.h"
|
||||
#include "i_input_method_agent.h"
|
||||
#include "i_input_method_core.h"
|
||||
#include "ime_info_inquirer.h"
|
||||
#include "input_attribute.h"
|
||||
#include "input_client_info.h"
|
||||
#include "input_control_channel_stub.h"
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "ability_manager_client.h"
|
||||
#include "element_name.h"
|
||||
#include "ime_cfg_manager.h"
|
||||
#include "ime_info_inquirer.h"
|
||||
#include "input_client_proxy.h"
|
||||
#include "input_control_channel_proxy.h"
|
||||
#include "input_data_channel_proxy.h"
|
||||
|
Loading…
Reference in New Issue
Block a user