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

Commit ba0ce7dd authored by Diego Perez's avatar Diego Perez
Browse files

Fix AMOTION_EVENT_FLAG_IS_ACCESSIBILITY_EVENT for non-linux builds

Remove semicolon as there are more enum elements.

Bug: 192643379
Test: build for non-linux host
Change-Id: Ia9e90f382d50ec52f0bad9c186031fd7ca29053a
parent 10d57c6c
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. */