@@ -127,7 +127,7 @@ public class JobListAdapter extends BaseRecyclerAdapter {
* This is where the data in the ui is set. Note that position is the position on screen whereas getAdapterPos is the position in the whole list
*/
@Override
publicvoidonBindViewHolder(RecyclerView.ViewHolderholder,intscreenPosition){//NOTE: screenPosition supplied is position on screen not in the list!, use holder.getAdapterPosition() indstead
publicvoidonBindViewHolder(RecyclerView.ViewHolderholder,intscreenPosition){//NOTE: screenPosition supplied is position on screen not in the list!, use holder.getAdapterPosition() instead