am d9f98c81: Fix build break due to merge.
# Via Jean-Baptiste Queru * commit 'd9f98c81068594c33c81b5b817391c6b4b895492': Fix build break due to merge.
This commit is contained in:
@@ -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
|
||||
View v = focusSearch(null, direction);
|
||||
if (v != null && v.requestFocus(direction)) {
|
||||
finishInputEvent(q, true);
|
||||
return;
|
||||
return EVENT_HANDLED;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user