IssueNo: #I4RG3N

Description: fix hard keyboard input
Feature or Bugfix: Bugfix
Binary Source: No

Signed-off-by: wuhy_irobot2013 <wuhuayang@huawei.com>
This commit is contained in:
wuhy_irobot2013
2022-01-20 17:25:52 +08:00
parent e09554c05f
commit dd55ed0fda
+1 -2
View File
@@ -222,7 +222,6 @@ namespace MiscServices {
if (ret) {
if (retAgent) {
*retAgent = agent;
agent = nullptr;
}
if (retChannel) {
*retChannel = channel;
@@ -252,4 +251,4 @@ namespace MiscServices {
return ret;
}
}
}
}