diff options
| author | 2018-08-24 17:50:47 +0000 | |
|---|---|---|
| committer | 2018-08-24 17:50:47 +0000 | |
| commit | 1a4b8154fc7f92aec4f621906c707479feead6e3 (patch) | |
| tree | 02c556cae9e678a4469c558a63f7991f27f49889 | |
| parent | 183a0f1dfba095bcb1177e30aed8c7c8273cd795 (diff) | |
| parent | bfcf5d2a64ae7db1956680e4a551c8d81b573ee3 (diff) | |
Merge "Cleanup from previous refactor CL"
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableView.java | 1 | ||||
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableView.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableView.java index 4c1938a62137..46019e3b48ea 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableView.java @@ -417,7 +417,6 @@ public abstract class ExpandableView extends FrameLayout { public void setWillBeGone(boolean willBeGone) { mWillBeGone = willBeGone; - invalidate(); } public int getMinClipTopAmount() { diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java index 5d65b5645330..33ddfde845a5 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java @@ -2967,7 +2967,6 @@ public class NotificationPanelView extends PanelView implements } public void updateNotificationViews() { - if (mNotificationStackScroller == null) return; mNotificationStackScroller.updateSpeedBumpIndex(); mNotificationStackScroller.updateFooter(); updateShowEmptyShadeView(); |