Fix build break due to merge.

Change-Id: I08c39690ee9de825ff51afc7d102ee622af6ba13
This commit is contained in:
Jeff Brown
2013-02-08 17:16:31 -08:00
committed by Jean-Baptiste Queru
parent 4fd6079247
commit d9f98c8106

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