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: new file: .clang-format modified: services/src/input_method_system_ability.cpp
This commit is contained in:
@@ -181,7 +181,7 @@ namespace MiscServices {
|
||||
listInputMethodByUserId(id, &properties);
|
||||
if (properties.empty()) {
|
||||
IMSA_HILOGI("The IME properties is empty.");
|
||||
dprintf(fd, "\n - The IME properties about the Active Id %d is empty.\n",id);
|
||||
dprintf(fd, "\n - The IME properties about the Active Id %d is empty.\n", id);
|
||||
continue;
|
||||
}
|
||||
std::string params;
|
||||
|
||||
Reference in New Issue
Block a user