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

Commit 6ce49c60 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

Change-Id: Ia97e42c8444a2c8a726dc3052fa7307f2e93cb49
parents a86ff247 a56e4bba
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;
            }
        }
    }