forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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}
- Loading branch information
Tanmoy Mollik
authored and
Commit Bot
committed
Sep 17, 2020
1 parent
c50922a
commit eb50f88
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters