From bc64b4840d5422ac293239bf5bbc852b75ce4f9d Mon Sep 17 00:00:00 2001 From: ma-shaoyin Date: Thu, 21 Jul 2022 11:24:51 +0800 Subject: [PATCH] Signed-off-by: ma-shaoyin Changes to be committed: --- .../inputmethod_controller/include/input_method_controller.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frameworks/inputmethod_controller/include/input_method_controller.h b/frameworks/inputmethod_controller/include/input_method_controller.h index 99af3ca..daeaf44 100644 --- a/frameworks/inputmethod_controller/include/input_method_controller.h +++ b/frameworks/inputmethod_controller/include/input_method_controller.h @@ -111,6 +111,8 @@ namespace MiscServices { bool stop_; int32_t enterKeyType_ = 0; int32_t inputPattern_ = 0; + + bool isStopInput {false}; }; } // namespace MiscServices } // namespace OHOS