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

Commit 3751c359 authored by Winson Chung's avatar Winson Chung
Browse files

Fixing issue with screen pinning not working. (Bug 17436123)

parent a41c4bcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -840,7 +840,7 @@ public class TaskView extends FrameLayout implements Task.TaskCallbacks,
    @Override
     public void onClick(final View v) {
        final TaskView tv = this;
        final boolean delayViewClick = (v != this);
        final boolean delayViewClick = (v != this) && (v != mActionButtonView);
        if (delayViewClick) {
            // We purposely post the handler delayed to allow for the touch feedback to draw
            postDelayed(new Runnable() {