提交 a5d87dcc 编写于 作者: Z zhumingxian

fix: compile warning: non-void function does not return a value

add return statement
Signed-off-by: Nzhumingxian <zhumingxian@ohos.com.cn>
上级 59e5d98e
......@@ -113,6 +113,7 @@ public:
bool OnClick(UIView& view, const ClickEvent& event)
{
viewGroup_->SetInterceptFocus(false);
return true;
}
private:
UIViewGroup* viewGroup_ = nullptr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册