Skip to content

Commit

Permalink
Make InboxRecyclerView open
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Jul 30, 2019
1 parent ec9b0bb commit bbf7b56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import me.saket.inboxrecyclerview.page.ExpandablePageLayout
/**
* A RecyclerView where items can expand and collapse to and from an [ExpandablePageLayout].
*/
class InboxRecyclerView(
open class InboxRecyclerView(
context: Context,
attrs: AttributeSet
) : ScrollSuppressibleRecyclerView(context, attrs), InternalPageCallbacks {
Expand Down

0 comments on commit bbf7b56

Please sign in to comment.