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

Commit b2e1fec1 authored by Evan Rosky's avatar Evan Rosky Committed by android-build-merger
Browse files

Merge "removeAllViews should also clean-up focusedInCluster" into oc-dev am: 7666d6f9

am: adcc61d6

Change-Id: I91829dceceaf3d2a273f43d9f1d7732cd30b8ff4
parents e2fe7e5e adcc61d6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5414,6 +5414,9 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
        if (mDefaultFocus != null) {
            clearDefaultFocus(mDefaultFocus);
        }
        if (mFocusedInCluster != null) {
            clearFocusedInCluster(mFocusedInCluster);
        }
        if (clearChildFocus) {
            clearChildFocus(focused);
            if (!rootViewRequestFocus()) {