fix warning

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2021-10-11 12:00:04 +08:00
parent 5d80dc7a92
commit 859029d625
19 changed files with 73 additions and 71 deletions
@@ -97,8 +97,7 @@ namespace MiscServices {
IMSA_HILOGI("InputMethodAbility::Initialize");
InitialInputWindow();
msgHandler = new MessageHandler();
workThreadHandler = std::thread([this]
{
workThreadHandler = std::thread([this] {
WorkThread();
});
}