mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-18 17:24:37 -04:00
Signed-off-by: GlaryCastle <yangpeng190@huawei.com>
Changes to be committed: modified: services/src/input_method_system_ability.cpp
This commit is contained in:
@@ -146,7 +146,7 @@ namespace MiscServices {
|
||||
std::vector<InputMethodProperty *>::iterator it;
|
||||
for (it = properties.begin(); it < properties.end(); ++it) {
|
||||
if (it == properties.begin()) {
|
||||
params_ += "{\"imeList\":[";
|
||||
params += "{\"imeList\":[";
|
||||
} else {
|
||||
params += "},";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user