Merge "Properly set all data fields" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-06-30 18:58:13 +00:00
committed by Android (Google) Code Review

View File

@@ -65,9 +65,6 @@ public class NotificationSbnViewHolder extends RecyclerView.ViewHolder {
} }
void setTitle(CharSequence title) { void setTitle(CharSequence title) {
if (title == null) {
return;
}
mTitle.setText(title); mTitle.setText(title);
} }