(int position, int count)
| 137 | |
| 138 | diff.dispatchUpdatesTo(new ListUpdateCallback() { |
| 139 | @Override |
| 140 | public void onInserted(int position, int count) { |
| 141 | Log.d("Inserted @" + position + " #" + count); |
| 142 | } |
| 143 | |
| 144 | @Override |
| 145 | public void onRemoved(int position, int count) { |