Skip to content

Commit

Permalink
code improve
Browse files Browse the repository at this point in the history
  • Loading branch information
junixapp committed Dec 28, 2021
1 parent 13c2f70 commit 9c45230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class StateLayout @JvmOverloads constructor(context: Context, attributeSet: Attr
return super.dispatchTouchEvent(ev)
}

private var mRetryAction: ((errView: View) -> Unit)? = null
var mRetryAction: ((errView: View) -> Unit)? = null

/**
* 设置加载中的布局
Expand Down

0 comments on commit 9c45230

Please sign in to comment.