-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix issues found by round of manual test #383
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 issues found by round of manual test #383
Conversation
I noticed that master has support library 25.0.0 and tested this issue with the code on master. Master currently has the same issue:
|
@amandle are you sure? I can't reproduce this issue on my 6P. Have you tried another device? (I only have my api 25 6P so I'm a bit unhelpful regarding testing on different devices and api levels.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems fine to me, have you seen other reports online of the Facebook SDK having this incompatibility?
@@ -46,14 +46,12 @@ | |||
private static final String TAG = "FacebookProvider"; | |||
private static final String EMAIL = "email"; | |||
private static final String PUBLIC_PROFILE = "public_profile"; | |||
private static final CallbackManager mCallbackManager = CallbackManager.Factory.create(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: if it's static, call it sCallbackManager
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. I haven't found other reports of this incompatibility online unfortunately. There seems to be little information about Facebook's Chrome Custom Tabs in general.
@SUPERCILEX I'm as sure as I can be 😄 The error only appears one out of three attempts, but doesn't appear at all with this change. Our manual testers also encountered this error on their test devices |
@amandle sounds good! |
i've encountered this problem, it looks like not compatible with support library version 25.0.0 , i've upgraded the Facebook SDK version 4.17.0 and solved the this problem |
This solves the following problems: