Signed-off-by: lovechinamo <wangdongqi2@huawei.com>

Changes to be committed:
This commit is contained in:
lovechinamo
2022-06-02 16:30:42 +08:00
parent a5b57e28ca
commit 573763a610
+1 -1
View File
@@ -299,7 +299,7 @@ namespace MiscServices {
IMSA_HILOGI("InputMethodSystemAbility::getDisplayMode session is nullptr");
return ErrorCode::ERROR_NULL_POINTER;
}
*retMode = session->GetDisplayMode();
retMode = session->GetDisplayMode();
return ErrorCode::NO_ERROR;
}