Fix padding between visibility icon and timestamp

This commit is contained in:
kyori19 2023-02-07 18:20:24 +09:00
parent 7ba78527a4
commit dfe57b08bb
No known key found for this signature in database
GPG Key ID: F7BDE7DD42BF366A
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ public abstract class StatusBaseViewHolder extends RecyclerView.ViewHolder {
timestampText = metaInfo.getContext().getString(R.string.post_timestamp_with_edited_indicator, timestampText);
}
sb.append(' ');
sb.append(timestampText);
metaInfo.setText(sb);
}