am 0e538548
: am cd1f3095
: Merge "Slide unlock cannot get accessibility focus." into jb-mr1-lockscreen-dev
* commit '0e538548d75b97cfb3f29cce9c39e0ba65bbaa46': Slide unlock cannot get accessibility focus.
This commit is contained in:
@ -954,7 +954,8 @@ public class GlowPadView extends View {
|
|||||||
onTouchEvent(event);
|
onTouchEvent(event);
|
||||||
event.setAction(action);
|
event.setAction(action);
|
||||||
}
|
}
|
||||||
return super.onHoverEvent(event);
|
super.onHoverEvent(event);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user