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

am: a56e4bbad0

Change-Id: Ia97e42c8444a2c8a726dc3052fa7307f2e93cb49
This commit is contained in:
Felipe Leme
2018-03-13 19:17:47 +00:00
committed by android-build-merger

View File

@@ -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;
}
}
}