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

Commit 23219d31 authored by Matthew Ng's avatar Matthew Ng Committed by android-build-merger
Browse files

Merge "Fixes KeyButtonView to dismiss ripple after aborting for long press" into pi-dev

am: 12da48e0

Change-Id: I6402478fe38ba73f5e5e2a8b52e794f0a227bdf0
parents f667ce85 12da48e0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -214,6 +214,9 @@ public class KeyButtonView extends ImageView implements ButtonInterface {
            mGestureAborted = false;
        }
        if (mGestureAborted) {
            if (mIsPressed) {
                setPressed(false);
            }
            return false;
        }