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

[Fix] enable custom fragment logic #1672

Closed
wants to merge 1 commit into from

Conversation

VansonLeung
Copy link

@VansonLeung VansonLeung commented Jan 21, 2022

The custom fragment logic should fulfill the intent bundle parameters

Otherwise the fragment will destroy itself immediately after auth creation, thus rendering this function useless.

Related issue: #1669

@ghost
Copy link

ghost commented Jan 21, 2022

CLA assistant check
All CLA requirements met.

@shoatman
Copy link
Contributor

shoatman commented Feb 8, 2022

@rpdome - Please review when you have a chance. I'll take a look today. Thanks

@shoatman
Copy link
Contributor

shoatman commented Feb 8, 2022

There seems to be an existing method to set the state; however it does not appear be used currently. getAuthorizationFragmentFromStartIntentWithState (found in AuthorizationActivityFactory)

@VansonLeung
Copy link
Author

VansonLeung commented Feb 9, 2022

It does not appear that end users could directly use this function publicly and it was not documented either.

getAuthorizationFragmentFromStartIntentWithState

I am not sure the use of this function.

Unless someone has figured out what

getAuthorizationFragmentFromStartIntentWithState

is for - I think my fix is not a dirty fix.

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

2 participants