Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfcf5d2a authored by Jason Monk's avatar Jason Monk
Browse files

Cleanup from previous refactor CL

Test: good
Change-Id: Ibf93a0ac94ac6d051b71ab07bea672e89a5eba1c
parent d6da4a14
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -417,7 +417,6 @@ public abstract class ExpandableView extends FrameLayout {

    public void setWillBeGone(boolean willBeGone) {
        mWillBeGone = willBeGone;
        invalidate();
    }

    public int getMinClipTopAmount() {
+0 −1
Original line number Diff line number Diff line
@@ -2967,7 +2967,6 @@ public class NotificationPanelView extends PanelView implements
    }

    public void updateNotificationViews() {
        if (mNotificationStackScroller == null) return;
        mNotificationStackScroller.updateSpeedBumpIndex();
        mNotificationStackScroller.updateFooter();
        updateShowEmptyShadeView();