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

Commit 5f8b250f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed View.notifyEnterOrExitForAutoFillIfNeeded()"

parents 2792c7f6 dc53b575
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7272,7 +7272,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
                        // becomes true where it should issue notifyViewEntered().
                        afm.notifyViewEntered(this);
                    }
                } else if (!isFocused()) {
                } else if (!enter && !isFocused()) {
                    afm.notifyViewExited(this);
                }
            }