Loading packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +0 −3 Original line number Diff line number Diff line Loading @@ -263,9 +263,6 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { int headsUpheight = headsUpCustom && beforeN ? mMaxHeadsUpHeightLegacy : mMaxHeadsUpHeight; layout.setHeights(minHeight, headsUpheight, mNotificationMaxHeight); if (mSettingsIconRow != null) { mSettingsIconRow.updateVerticalLocation(); } } public StatusBarNotification getStatusBarNotification() { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +0 −3 Original line number Diff line number Diff line Loading @@ -263,9 +263,6 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { int headsUpheight = headsUpCustom && beforeN ? mMaxHeadsUpHeightLegacy : mMaxHeadsUpHeight; layout.setHeights(minHeight, headsUpheight, mNotificationMaxHeight); if (mSettingsIconRow != null) { mSettingsIconRow.updateVerticalLocation(); } } public StatusBarNotification getStatusBarNotification() { Loading