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

Commit f1d1b8b7 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Merge remote-tracking branch 'origin/lineage-18.1' into v1-r

parents 319239c5 751fb2d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3168,7 +3168,7 @@ public class KeyEvent extends InputEvent implements Parcelable {
        out.writeString(mCharacters);
    }

    /* @hide */
    /** @hide */
    public boolean equals(KeyEvent other) {
        return other != null
                && mId == other.mId
+1 −1
Original line number Diff line number Diff line
@@ -3790,7 +3790,7 @@ public final class MotionEvent extends InputEvent implements Parcelable {
        nativeWriteToParcel(mNativePtr, out);
    }

    /* @hide */
    /** @hide */
    public boolean equals(MotionEvent other) {
        if (other == null) {
            return false;