Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>

Changes to be committed:
This commit is contained in:
ma-shaoyin
2022-07-20 16:21:06 +08:00
parent 7b28874656
commit f8a785aa0c
@@ -350,8 +350,8 @@ using namespace MessageID;
return;
}
if (isStopInput == true) {
IMSA_HILOGD("InputMethodController::OnCursorUpdate isStopInput is true");
if (isStopInput) {
IMSA_HILOGD("InputMethodController::OnCursorUpdate isStopInput");
return;
}
@@ -380,8 +380,8 @@ using namespace MessageID;
return;
}
if (isStopInput == true) {
IMSA_HILOGD("InputMethodController::OnSelectionChange isStopInput is true");
if (isStopInput) {
IMSA_HILOGD("InputMethodController::OnSelectionChange isStopInput");
return;
}
@@ -426,8 +426,8 @@ using namespace MessageID;
return false;
}
if (isStopInput == true) {
IMSA_HILOGD("InputMethodController::dispatchKeyEvent isStopInput is true");
if (isStopInput) {
IMSA_HILOGD("InputMethodController::dispatchKeyEvent isStopInput");
return false;
}
@@ -462,8 +462,8 @@ using namespace MessageID;
return;
}
if (isStopInput == true) {
IMSA_HILOGD("InputMethodController::SetCallingWindow isStopInput is true");
if (isStopInput) {
IMSA_HILOGD("InputMethodController::SetCallingWindow isStopInput");
return;
}