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

Commit b845982b authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Fixes a bug where the lockscreen would be frozen am: 3127daf0

am: d9d592ce

Change-Id: I258e812bc6d00fd15850fd79b27601f65a398f95
parents 48108559 d9d592ce
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -209,6 +209,9 @@ public abstract class PanelView extends FrameLayout {

    public void setTouchDisabled(boolean disabled) {
        mTouchDisabled = disabled;
        if (mTouchDisabled && mTracking) {
            onTrackingStopped(true /* expanded */);
        }
    }

    @Override