Merge "Properly set all data fields" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a27c8d91dd
@@ -65,9 +65,6 @@ public class NotificationSbnViewHolder extends RecyclerView.ViewHolder {
|
||||
}
|
||||
|
||||
void setTitle(CharSequence title) {
|
||||
if (title == null) {
|
||||
return;
|
||||
}
|
||||
mTitle.setText(title);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user