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

Commit 68360b44 authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

InputDispatcher: Initialize mWindowInfosVsyncId

Bug: 402990967
Flag: EXEMPT bug fix
Test: Presubmit
Change-Id: Ib8f99c0285df211362a02e92063e3c78bf26b9fb
parent e7069737
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -934,6 +934,7 @@ InputDispatcher::InputDispatcher(InputDispatcherPolicyInterface& policy,
        mPendingEvent(nullptr),
        mLastDropReason(DropReason::NOT_DROPPED),
        mIdGenerator(IdGenerator::Source::INPUT_DISPATCHER),
        mWindowInfosVsyncId(-1),
        mMinTimeBetweenUserActivityPokes(DEFAULT_USER_ACTIVITY_POKE_INTERVAL),
        mConnectionManager(mLooper),
        mTouchStates(mWindowInfos, mConnectionManager),