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

Commit a6e2e01f authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am bc0793e4: am 03791188: Merge "Remember to initialize timestamps in the...

am bc0793e4: am 03791188: Merge "Remember to initialize timestamps in the dispatch allocator" into gingerbread

Merge commit 'bc0793e4'

* commit 'bc0793e4':
  Remember to initialize timestamps in the dispatch allocator
parents 5d8faa28 bc0793e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1440,6 +1440,7 @@ void InputDispatcher::Allocator::initializeEventEntry(EventEntry* entry, int32_t
    entry->type = type;
    entry->refCount = 1;
    entry->dispatchInProgress = false;
    entry->eventTime = eventTime;
    entry->injectionResult = INPUT_EVENT_INJECTION_PENDING;
    entry->injectorPid = -1;
    entry->injectorUid = -1;