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