Skip to content

Commit

Permalink
Fixing StickyListHeadersListViewWrapper.getChildAt()
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Aug 19, 2014
1 parent bf0afc9 commit 3bcbf26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public StickyListHeadersListView getListView() {
@Nullable
@Override
public View getChildAt(final int index) {
return mListView.getChildAt(index);
return mListView.getListChildAt(index);
}

@Override
Expand Down

0 comments on commit 3bcbf26

Please sign in to comment.