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

Commit 133feb78 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Properly set all data fields" into sc-dev am: a27c8d91

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15157922

Change-Id: Ifc6870a6cb8d6dc1fc1ead9a2eda2294cdb5a5d3
parents 26dfc548 a27c8d91
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);
    }