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

Original change: undetermined

Change-Id: I5299895d4e2dcffabb653e6983c97fe30908c663
This commit is contained in:
TreeHugger Robot
2020-06-01 23:35:09 +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) {