Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a27c8d91 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents cb00a65a b61b7396
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -65,9 +65,6 @@ public class NotificationSbnViewHolder extends RecyclerView.ViewHolder {
    }

    void setTitle(CharSequence title) {
        if (title == null) {
            return;
        }
        mTitle.setText(title);
    }