Skip to content

Commit

Permalink
Fix wrong documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Oct 25, 2019
1 parent 7ae8c0d commit 9b62814
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.skydoves.expandablelayout

/** Interface definition for a callback to be invoked when a balloon view is clicked. */
/** Interface definition for a callback to be invoked when a [ExpandableLayout] is expanded or collapsed. */
interface OnExpandListener {
/** Invoked when the [ExpandableLayout] is expanded or collapsed. */
fun onExpand(isExpanded: Boolean)
Expand Down

0 comments on commit 9b62814

Please sign in to comment.