libs update, fixes search tap crashing. remove depricated classes

This commit is contained in:
M M Arif
2019-09-12 13:30:07 +05:00
parent 6710aa0810
commit 914d5cfa26
20 changed files with 66 additions and 64 deletions

View File

@@ -76,7 +76,6 @@ public class OrganizationsListAdapter extends RecyclerView.Adapter<Organizations
@Override
public void onBindViewHolder(@NonNull OrganizationsViewHolder holder, int position) {
UserOrganizations currentItem = orgList.get(position);
holder.mTextView2.setVisibility(View.GONE);