commit | a27c8d91ddb512247df757c558f05954edc9695b | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Wed Jun 30 18:58:13 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jun 30 18:58:13 2021 +0000 |
tree | 63082409102ee8dd151d870db4101c3efcc27988 | |
parent | cb00a65a0dca43e03b80b6a0b4c409e29648db34 [diff] | |
parent | b61b7396614af63d48e46996ca437efc4d6268bf [diff] |
Merge "Properly set all data fields" into sc-dev
diff --git a/src/com/android/settings/notification/history/NotificationSbnViewHolder.java b/src/com/android/settings/notification/history/NotificationSbnViewHolder.java index c98b036..166ee5d 100644 --- a/src/com/android/settings/notification/history/NotificationSbnViewHolder.java +++ b/src/com/android/settings/notification/history/NotificationSbnViewHolder.java
@@ -65,9 +65,6 @@ } void setTitle(CharSequence title) { - if (title == null) { - return; - } mTitle.setText(title); }