Commit fa70e6cf authored by 宋永孟's avatar 宋永孟

add 添加TOPBAR

parent ba51f4c2
......@@ -71,7 +71,6 @@ class CommonTopBarView @JvmOverloads constructor(
override fun onClick(v: View?) {
if (v?.id == R.id.iv_back) {
// 若没有设置返回点击回调则默认pop
backCallback?.onDoBack() ?: XPageManager.pop(null)
} else if (v?.id == R.id.tv_action) {
actionCallback?.onDoAction()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment