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

Commit 6db5879c authored by Michael Wright's avatar Michael Wright
Browse files

Fix signature for MotionEvent#setButtonState

Bug: 31441257

Change-Id: I5069118d6d89f0c3a0eedf85d1d4dafbbec77ac6
parent 077380cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -398,7 +398,7 @@ public:

    inline int32_t getButtonState() const { return mButtonState; }

    inline int32_t setButtonState(int32_t buttonState) { mButtonState = buttonState; }
    inline void setButtonState(int32_t buttonState) { mButtonState = buttonState; }

    inline int32_t getActionButton() const { return mActionButton; }