Fix padding between visibility icon and timestamp
This commit is contained in:
parent
7ba78527a4
commit
dfe57b08bb
|
@ -365,6 +365,7 @@ public abstract class StatusBaseViewHolder extends RecyclerView.ViewHolder {
|
||||||
timestampText = metaInfo.getContext().getString(R.string.post_timestamp_with_edited_indicator, timestampText);
|
timestampText = metaInfo.getContext().getString(R.string.post_timestamp_with_edited_indicator, timestampText);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sb.append(' ');
|
||||||
sb.append(timestampText);
|
sb.append(timestampText);
|
||||||
metaInfo.setText(sb);
|
metaInfo.setText(sb);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue