forked from mirror/monocles_chat
fix user adapter view recycling bug
This commit is contained in:
parent
62021aae59
commit
c34d40ebff
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ public class UserAdapter extends ListAdapter<MucOptions.User, UserAdapter.ViewHo
|
|||
}
|
||||
});
|
||||
viewHolder.binding.key.setText(OpenPgpUtils.convertKeyIdToHex(user.getPgpKeyId()));
|
||||
} else {
|
||||
viewHolder.binding.key.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue