Skip to content

Commit

Permalink
set collapsed header ids
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed May 17, 2020
1 parent 2d5c904 commit 9294ffb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ public List<Long> getCollapsedHeaderIds() {
return mExpandableStickyListHeadersAdapter.mCollapseHeaderIds;
}

public void setCollapsedHeaderIds(List<Long> collapsedHeaderIds ) {
mExpandableStickyListHeadersAdapter.mCollapseHeaderIds = collapsedHeaderIds;
}

public void setAnimExecutor(IAnimationExecutor animExecutor) {
this.mDefaultAnimExecutor = animExecutor;
}
Expand Down

0 comments on commit 9294ffb

Please sign in to comment.