[Android] Signin flow is shown when user signed in but not sync
This cl makes two key changes that should fix this bug. 1. The onPreferenceClickListener in the SignInPreference is too generic. It should only be invoked for managed accounts and generic promos. The code is moved to the setup of the specific states. 2. AccountManagementFragment should check for signed in accounts, not syncing accounts, when MOBILE_IDENTITY_CONSISTENCY is on. Bug: 1128931 Change-Id: Ifbd0fbef5acfdca7412b9ae5056f7208ff59c366 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414233 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#807880}
Showing
Please register or sign in to comment