Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work properly with Don't Keep Activities mode #16

Open
codingjeremy opened this issue Sep 10, 2019 · 0 comments
Open

Doesn't work properly with Don't Keep Activities mode #16

codingjeremy opened this issue Sep 10, 2019 · 0 comments
Labels
migrated googlesamples Migrated from old googlesamples repos

Comments

@codingjeremy
Copy link
Contributor

Issue by Nublo
Friday Jun 21, 2019 at 12:48 GMT
Originally opened as googlearchive/android-credentials#39


Steps to reproduce

  • Set Don't keep activities flag
  • Open app -> You will see email dialog
  • Fold the app
  • Unfold
  • Tap on the dialog with any email

Result
In the form you will see(label with email field), that you are still signOut.

Expected result
You will be signedIn(correct email is shown).

Addition
If after this steps you will fold/unfold application one more time you will be signedIn.
As expected.

I investigated a little bit, and looks like we are not receiving onActivityResult after first fold/unfold, but receive after second, which is super strange.

@codingjeremy codingjeremy added the migrated googlesamples Migrated from old googlesamples repos label Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migrated googlesamples Migrated from old googlesamples repos
Projects
None yet
Development

No branches or pull requests

1 participant