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

Commit 7d6f864f authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 65a5ba45: Merge "Fix bug in split touches." into gingerbread

Merge commit '65a5ba45' into gingerbread-plus-aosp

* commit '65a5ba45':
  Fix bug in split touches.
parents 387bdcda 65a5ba45
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1070,7 +1070,8 @@ int32_t InputDispatcher::findTouchedWindowTargetsLocked(nsecs_t currentTime,
        }
        }


        // Figure out whether splitting will be allowed for this window.
        // Figure out whether splitting will be allowed for this window.
        if (newTouchedWindow->layoutParamsFlags & InputWindow::FLAG_SPLIT_TOUCH) {
        if (newTouchedWindow
                && (newTouchedWindow->layoutParamsFlags & InputWindow::FLAG_SPLIT_TOUCH)) {
            // New window supports splitting.
            // New window supports splitting.
            isSplit = true;
            isSplit = true;
        } else if (isSplit) {
        } else if (isSplit) {