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

This commit is contained in:
TreeHugger Robot
2018-03-13 18:45:47 +00:00
committed by Android (Google) Code Review

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