Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationHeaderUtil.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationHeaderUtil.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading