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

add 修改个小Bug

parent 98f1f04d
......@@ -71,6 +71,7 @@ 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