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

Commit 69550456 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Fixing issue with screen pinning not working. (Bug 17436123)" into lmp-dev

parents 31e8d760 3751c359
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() {