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

Commit b93a014c authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

Merge "Enabled state shouldn't effect children."

parents 247779b3 3b8915ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14003,7 +14003,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
                // setFlags invocation.
                shouldNotifyFocusableAvailable = true;
            } else {
                if (hasFocus()) clearFocus();
                if (isFocused()) clearFocus();
            }
        }