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

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

Merge "Fix header sanitization."

parents 27cec559 da25eef7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ public class NotificationHeaderUtil {
    private void sanitizeChild(View child) {
        if (child != null) {
            ViewGroup header = child.findViewById(
                    com.android.internal.R.id.notification_header);
                    com.android.internal.R.id.notification_top_line);
            sanitizeHeader(header);
        }
    }