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

Commit 641bad44 authored by Joe Onorato's avatar Joe Onorato
Browse files

This makes the events at the edge of the screen find the button.

Change-Id: Ib809d4c501a1863d4023a5cc52260077be295b10
parent 03ab0c72
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -78,6 +78,8 @@ public class KeyButtonView extends ImageView {

        mWindowManager = IWindowManager.Stub.asInterface(
                ServiceManager.getService(Context.WINDOW_SERVICE));

        setClickable(true);
    }

    public boolean onTouchEvent(MotionEvent ev) {