Merge "Properly set all data fields" into sc-dev am: a27c8d91dd
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15157922 Change-Id: I8cd1be3012f26efdcfd84c9198031fb321debf86
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user