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

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

Merge "Fixed flags when button that trigger autofill is clicked." into pi-dev

parents fa9eef64 ef9225e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6546,7 +6546,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
            } finally {
                // Set it to already called so it's not called twice when called by
                // performClickInternal()
                mPrivateFlags |= ~PFLAG_NOTIFY_AUTOFILL_MANAGER_ON_CLICK;
                mPrivateFlags &= ~PFLAG_NOTIFY_AUTOFILL_MANAGER_ON_CLICK;
            }
        }
    }