Merge "Some text polish" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-01 22:58:03 +00:00
committed by Android (Google) Code Review
3 changed files with 9 additions and 16 deletions

View File

@@ -45,7 +45,7 @@ public class NotificationHistoryViewHolder extends RecyclerView.ViewHolder {
void setTitle(CharSequence title) {
mTitle.setText(title);
mTitle.setVisibility(title != null ? View.VISIBLE : View.GONE);
mTitle.setVisibility(title != null ? View.VISIBLE : View.INVISIBLE);
}
void setPostedTime(long postedTime) {