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

Force new Login Activity, clearing OLD activity. #480

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

brocktriplets
Copy link

There is a corner case issue when device HOME button is pressed while Custom Chrome Tab Auth UI is displayed.

Issue:

  1. Within Login application, go to the Login UI
  2. Press HOME button (taking user back to the home launcher)
  3. Relaunch Login Application, Login activity will receive Cancel Intent.

This is due to the OnResume of the AuthorizationManagementActivity getting mAuthorizationStarted from the SavedInstance, although this is a new login attempt.

Brock Davis added 2 commits July 5, 2019 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants