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

Commit c3b35640 authored by Diego Perez's avatar Diego Perez Committed by Automerger Merge Worker
Browse files

Merge "Fix AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT for non-linux builds"...

Merge "Fix AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT for non-linux builds" into sc-dev am: 199ca20e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15215271

Change-Id: I2e468854742a154f04b476e7a86bbd3343ef93dc
parents b14d5d9e 199ca20e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ enum {
    AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT =
            android::os::IInputConstants::INPUT_EVENT_FLAG_IS_ACCESSIBILITY_EVENT, // 0x800,
#else
    AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = 0x800;
    AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT = 0x800,
#endif

    /* Motion event is inconsistent with previously sent motion events. */