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

Commit cd1f3095 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Slide unlock cannot get accessibility focus." into jb-mr1-lockscreen-dev

parents 40962880 7ce0c13c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -954,7 +954,8 @@ public class GlowPadView extends View {
            onTouchEvent(event);
            event.setAction(action);
        }
        return super.onHoverEvent(event);
        super.onHoverEvent(event);
        return true;
    }

    /**