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

Add delay when tabs close to prevent false report of user cancellation #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wynneplaga
Copy link

@wynneplaga wynneplaga commented Jun 2, 2022

Fixes issue 235.

The tab closure (from the login dialog closing) immediately proceeds the callback to onNewIntent. By debouncing the closure notification to the next iteration of the main looper, onNewIntent is able to callback first, avoiding the false report of user cancellation.

@veronikapetruskova
Copy link
Contributor

Hi @wynneplaga can you check if this issue is fixed in the latest Auth library version 2.1.1?

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.

Auth lib returns null request code on subsequent logins
2 participants