Merge "Fix header sanitization."

This commit is contained in:
TreeHugger Robot
2020-10-27 23:09:21 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}
}