Merge "Some text polish" into rvc-dev am: 56c820fb65

Original change: undetermined

Change-Id: I6cb7c620bd7da03a8c37e76e0faab0fa611123c1
This commit is contained in:
TreeHugger Robot
2020-06-01 23:03:08 +00:00
committed by Automerger Merge Worker
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) {