notifyDataSetChanged를 해도 refresh가 안될 때 PagerAdapter에 아래 내용 추가하면 되
1
2
3
4
|
@Override
public int getItemPosition(Object item) {
return POSITION_NONE;
}
|
1
2
3
4
|
@Override
public int getItemPosition(Object item) {
return POSITION_NONE;
}
|
댓글
댓글 쓰기