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

Commit f1688ae2 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 am: c3b35640

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

Change-Id: I6f5f0033761df6e19214d56d14240441b3e12263
parents 8c2cc983 c3b35640
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. */