DescriptionAdd a ProgressDialog during sign-in flow when GMS is updated.
Calls to GMS can be extremely slow after updating GMS, which can
result in an ANR error since we currently make calls to GMS on the UI
thread. This CL introduces a ProgressDialog that is shown while accounts
are fetched in the background, preventing ANR errors while letting the
user know that we're still waiting for GMS.
BUG=669522
Committed: https://crrev.com/3705bf2e4ba91d57815ac59af70654ef95286d45
Cr-Commit-Position: refs/heads/master@{#439108}
Patch Set 1 #Patch Set 2 : Fix naming #Patch Set 3 : Revert changes meant for another CL #
Total comments: 4
Patch Set 4 : Address review comments & add a layout file w/small UI change #
Total comments: 4
Patch Set 5 : Address nits #Patch Set 6 : Forgot null check #Patch Set 7 : Update layout #Patch Set 8 : Update layout #
Total comments: 4
Patch Set 9 : Reorder attributes #
Messages
Total messages: 31 (18 generated)
|