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

Commit bd8e3f6c 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"...

Merge "Fixes KeyButtonView to dismiss ripple after aborting for long press" into pi-dev am: 12da48e0
am: 23219d31

Change-Id: I142bf4c21758247d54687997849fb90e957f88d3
parents 758cb8c2 23219d31
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;
        }