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

Commit ab711265 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix QS overscroll flickering

Change-Id: I7f514285ec8de185e6f443d6943f0bd711dcac26
parent d17ac54d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ public class StatusBarHeaderView extends RelativeLayout implements View.OnClickL
    private void updateHeights() {
        boolean onKeyguardAndCollapsed = mKeyguardShowing && !mExpanded;
        int height;
        if (mExpanded) {
        if (mExpanded && !mOverscrolled) {
            height = mExpandedHeight;
        } else if (onKeyguardAndCollapsed) {
            height = mKeyguardHeight;