Skip to content

Commit

Permalink
Possible solution to Issue smarteist#32, it does not show old images.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcohen97 committed May 18, 2019
1 parent edc3263 commit dcae6c0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,9 @@ public Object instantiateItem(ViewGroup container, int position) {
public void destroyItem(ViewGroup container, int position, Object object) {
container.removeView((View) object);
}

@Override
public int getItemPosition(Object object) {
return POSITION_NONE;
}
}

0 comments on commit dcae6c0

Please sign in to comment.