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

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

am 919a2efe: am 5665770b: Merge "Fix deadlock in dispatcher. (DO NOT MERGE)" into honeycomb-mr2

* commit '919a2efe':
  Fix deadlock in dispatcher. (DO NOT MERGE)
parents 31caa0e6 919a2efe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2432,7 +2432,6 @@ void InputDispatcher::notifyMotion(nsecs_t eventTime, int32_t deviceId, uint32_t
                    // Do the batching magic.
                    batchMotionLocked(motionEntry, eventTime, metaState, pointerCoords,
                            "pending motion event");
                    mLock.unlock();
                    return; // done!
                }
            }