Loading core/java/android/view/ViewRootImpl.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -3755,8 +3755,7 @@ public final class ViewRootImpl implements ViewParent, // find the best view to give focus to in this non-touch-mode with no-focus // find the best view to give focus to in this non-touch-mode with no-focus View v = focusSearch(null, direction); View v = focusSearch(null, direction); if (v != null && v.requestFocus(direction)) { if (v != null && v.requestFocus(direction)) { finishInputEvent(q, true); return EVENT_HANDLED; return; } } } } } } Loading Loading
core/java/android/view/ViewRootImpl.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -3755,8 +3755,7 @@ public final class ViewRootImpl implements ViewParent, // find the best view to give focus to in this non-touch-mode with no-focus // find the best view to give focus to in this non-touch-mode with no-focus View v = focusSearch(null, direction); View v = focusSearch(null, direction); if (v != null && v.requestFocus(direction)) { if (v != null && v.requestFocus(direction)) { finishInputEvent(q, true); return EVENT_HANDLED; return; } } } } } } Loading