Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39938752 authored by Jeff Brown's avatar Jeff Brown
Browse files

Fix build break due to merge.

Change-Id: I08c39690ee9de825ff51afc7d102ee622af6ba13
parent eaf2ec0c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3853,8 +3853,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;
                    }
                }
            }