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

Original change: undetermined

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