mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
ui issue with edit date
This commit is contained in:
parent
b566ba9fdd
commit
7dfa1f681b
1 changed files with 1 additions and 0 deletions
|
@ -1002,6 +1002,7 @@ public class StatusAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder>
|
|||
holder.binding.dateShort.setVisibility(View.GONE);
|
||||
holder.binding.visibilitySmall.setVisibility(View.GONE);
|
||||
} else {
|
||||
holder.binding.editTime.setVisibility(View.GONE);
|
||||
holder.binding.visibilitySmall.setImageResource(ressource);
|
||||
if (displayCounters && canBeFederated) {
|
||||
holder.binding.statusInfo.setVisibility(View.VISIBLE);
|
||||
|
|
Loading…
Reference in a new issue