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