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

Commit da25eef7 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Fix header sanitization.

Fix for ag/12910438 which nested the top line a level below the header.

Test: manual testing
Change-Id: I5f33da102c1f018dfdbb4bcf7e0f1d11c8ff554a
parent 3026b03e
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);
        }
    }