Skip to content

Commit

Permalink
modify: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhao-Yan-Yan committed Jul 5, 2021
1 parent 0a4a60f commit f399769
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,7 @@ class ErrorState : MultiState() {

private var retry: OnRetryClickListener? = null

override fun onCreateMultiStateView(
context: Context,
inflater: LayoutInflater,
container: MultiStateContainer
override fun onCreateMultiStateView(context: Context, inflater: LayoutInflater, container: MultiStateContainer
): View {
return inflater.inflate(R.layout.mult_state_error, container, false)
}
Expand Down

0 comments on commit f399769

Please sign in to comment.