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

Commit 93b2fa7e authored by Muyuan Li's avatar Muyuan Li
Browse files

sysui: refactor for extensibility.

Make mEdit in QuickStatusBarHeader protected.

Bug: 29245330
Change-Id: I4743ba19eb1d795da40fe438748606eaaa38515c
(cherry picked from commit c0e6e1ee49090dbf57fe0cf4868da758efc9039d)
parent b62eec6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ public class QuickStatusBarHeader extends BaseStatusBarHeader implements
    protected TouchAnimator mSettingsAlpha;
    private float mExpansionAmount;
    protected QSTileHost mHost;
    private View mEdit;
    protected View mEdit;
    private boolean mShowFullAlarm;

    public QuickStatusBarHeader(Context context, AttributeSet attrs) {