修复编译告警

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2022-01-25 22:16:48 +08:00
parent e7f132f795
commit c486fd2a07
2 changed files with 2 additions and 2 deletions
@@ -361,7 +361,7 @@ using namespace MessageID;
int32_t status = keyEvent->GetKeyAction();
if (mSpecialKeyPress != 0) {
if ((code == MMI::KeyEvent::KEYCODE_CTRL_LEFT || code == MMI::KeyEvent::KEYCODE_CTRL_RIGHT) && status == MMI::KeyEvent::KEY_ACTION_UP) {
mSpecailKeyPress--;
mSpecialKeyPress--;
}
return false;
}