Skip to content

Commit

Permalink
Merge pull request emilsjolander#196 from sedstrom/master
Browse files Browse the repository at this point in the history
Reveal getPositionForView(View)
  • Loading branch information
emilsjolander committed Oct 15, 2013
2 parents ce43700 + cd80687 commit f82e212
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -756,4 +756,8 @@ private void requireSdkVersion(int versionCode) {
}
}

public int getPositionForView(View view){
return mList.getPositionForView(view);
}

}

0 comments on commit f82e212

Please sign in to comment.