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

Commit dd9ae75b authored by Muyuan Li's avatar Muyuan Li
Browse files

sysui: refactor for extension.

make mEmptyShadeView in
NotificationStackScrollLayout protected.

Bug: 28761183
Change-Id: I6fc60e82f891939530845fe6bbb7617a964332a1
(cherry picked from commit b84772597785e040f70437e957354bbbb64105e1)
parent 7bc65d3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ public class NotificationStackScrollLayout extends ViewGroup
    private boolean mExpandedInThisMotion;
    private boolean mScrollingEnabled;
    private DismissView mDismissView;
    private EmptyShadeView mEmptyShadeView;
    protected EmptyShadeView mEmptyShadeView;
    private boolean mDismissAllInProgress;

    /**