facebook-android-sdk
facebook-android-sdk copied to clipboard
Facebook App open twice when trying to log in
Checklist before submitting a bug report
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing Github issues
- [X] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [X] I've read the Code of Conduct
- [X] This issue is not security related and can safely be disclosed publicly on GitHub
Java version
11
Android version
8.0.0
Android SDK version
12.2.0
Installation platform & version
gradle-6.8.3
Package
Login
Goals
There is a bug where trying to log in with facebook opens two windows.
Expected results
There should be only one instance.
Actual results
There are two instances open when going back.
Steps to reproduce
Click login button, facebook app opens, when clicking back another instance is shown.
Code samples & details
// INSERT YOUR CODE HERE
Can confirm. In my case login activity opens twice in case when I was logged out from facebook app (logged in and then logged out so the profile is saved in facebook app)