Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: We need to call unbindService on a Context. In some cases, mAuthActivity is null. Since applicationsContext is passed in to the constructor and never modified, it should not be null. So we call unbindService on applicationsContext instead. Test Plan: Try SSO with pre-1.8 FB app. Reviewers: vijaye, jacl, caabernathy Reviewed By: vijaye CC: selekman, constantin, lshepard Differential Revision: https://phabricator.fb.com/D432892 Revert Plan: Safe to revert Task ID: 982981
- Loading branch information