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

Commit e8891eb8 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: c77cf4d0

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

Change-Id: I3af369e7d59295e38b42ff1fd1cecac1167b3711
parents 1c0add1b c77cf4d0
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. */