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

Commit d9d592ce 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

Change-Id: I6a15fdea3a17a9f6991931edfcd6aa7b224ff159
parents 3ee95deb 3127daf0
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