Description
Hi Guys,
When I was playing around with the sample app, I found that there is something unusual when I made request after clearing data of Chrome.
Chrome version: 56.0.2924.87
The activity stack will be after I made auth request:
Task1: MainActivity -> AuthorizationManagementActivity
Task2: FirstRunActivity (chrome)
Then we hit "ACCEPT & CONTINUE", activity stack won't change.
We choose an google account in the list and click "CONTINUE", activity stack won't change.
We hit "OK, GOT IT", activity stack changes to :
Task1: MainActivity -> AuthorizationManagementActivity
Task3: Preferences (chrome)
Then a list of items are shown up (I attached an image for you to review)
In this screen we couldn't do anything with the existing Google accounts shown in the list.
-- Nothing happens if we click on these two existing Google accounts.
If we want to add account by choosing "Add accounts", then we will get "account already exist" error.
It only happens at the first time Chrome is being used, should I worry about it or just let it go?
Has anyone else met this kind of situation? I can reproduce this issue on different kinds of devices.
Any suggestions would be greatly appreciated.
Thanks.