-
Notifications
You must be signed in to change notification settings - Fork 189
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
support for FragmentActivity #14
Comments
Did you find some solution about this?, i got the same problem as you |
I forked this repo and updated the request code. you can check it below. |
If you can make a PR I'll gladly merge it :) |
Just made it, thanks! |
Deployed on 1.1.1 version :) thanks to you ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm extending FlutterFragmentActivity rather than FlutterActivity for MainActivity.
And when an activity starts from fragment(not activity), request code should be in 0 ~ 65535.
So when I request phone number hint, it throws error because of the request code.
The text was updated successfully, but these errors were encountered: