Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +2 −2 Original line number Diff line number Diff line Loading @@ -2342,9 +2342,9 @@ public class NotificationStackScrollLayout extends ViewGroup } private void updateHideSensitiveForChild(View child) { if (mAmbientState.isHideSensitive() && child instanceof ExpandableView) { if (child instanceof ExpandableView) { ExpandableView expandableView = (ExpandableView) child; expandableView.setHideSensitiveForIntrinsicHeight(true); expandableView.setHideSensitiveForIntrinsicHeight(mAmbientState.isHideSensitive()); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +2 −2 Original line number Diff line number Diff line Loading @@ -2342,9 +2342,9 @@ public class NotificationStackScrollLayout extends ViewGroup } private void updateHideSensitiveForChild(View child) { if (mAmbientState.isHideSensitive() && child instanceof ExpandableView) { if (child instanceof ExpandableView) { ExpandableView expandableView = (ExpandableView) child; expandableView.setHideSensitiveForIntrinsicHeight(true); expandableView.setHideSensitiveForIntrinsicHeight(mAmbientState.isHideSensitive()); } } Loading