OSDN Git Service

Fix build break due to merge.
authorJeff Brown <jeffbrown@google.com>
Sat, 9 Feb 2013 01:16:31 +0000 (17:16 -0800)
committerJean-Baptiste Queru <jbq@google.com>
Mon, 11 Feb 2013 19:34:43 +0000 (11:34 -0800)
Change-Id: I08c39690ee9de825ff51afc7d102ee622af6ba13

core/java/android/view/ViewRootImpl.java

index f2e49c9..3b91e00 100644 (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;
                     }
                 }
             }