summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2018-08-24 17:50:47 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-08-24 17:50:47 +0000
commit1a4b8154fc7f92aec4f621906c707479feead6e3 (patch)
tree02c556cae9e678a4469c558a63f7991f27f49889
parent183a0f1dfba095bcb1177e30aed8c7c8273cd795 (diff)
parentbfcf5d2a64ae7db1956680e4a551c8d81b573ee3 (diff)
Merge "Cleanup from previous refactor CL"
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableView.java1
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java1
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();