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:
Jeff Brown
2013-02-11 14:39:54 -08:00
committed by Android Git Automerger

View File

@@ -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;
}
}
}