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

Commit a63d1c26 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

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

am: 6ce49c60

Change-Id: I7bd684dbb25847428b24996bcb9efc661b1a6fd5
parents ea377526 6ce49c60
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;
            }
        }
    }