Step 9. Modify `getCount()` method.
@Override | |
public int getItemCount() { | |
return this.contacts.size(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Override | |
public int getItemCount() { | |
return this.contacts.size(); | |
} |