Loading src/com/android/settings/notification/history/NotificationSbnViewHolder.java +0 −3 Original line number Diff line number Diff line Loading @@ -65,9 +65,6 @@ public class NotificationSbnViewHolder extends RecyclerView.ViewHolder { } void setTitle(CharSequence title) { if (title == null) { return; } mTitle.setText(title); } Loading Loading
src/com/android/settings/notification/history/NotificationSbnViewHolder.java +0 −3 Original line number Diff line number Diff line Loading @@ -65,9 +65,6 @@ public class NotificationSbnViewHolder extends RecyclerView.ViewHolder { } void setTitle(CharSequence title) { if (title == null) { return; } mTitle.setText(title); } Loading