Open MaxSpirihinKG opened 4 years ago
Hello, @MaxSpirihinKG
I checked the issue you posted as an issue that occurred in the old version. As a result of reproduction in the latest version, it was not reproduced. Please check if it also occurs in the latest version.
Thank you.
After adding SDK to our game where screen orientation is locked to landscape we have found that after first login there is an error callback with activity_is_single_task code. An error could be reproduced to sample project in this repo.
Steps to reproduce
An error activity_is_single_task will be occurred
Bug could be fixed by adding configChanges=“screenSize|orientation” to com.nhn.android.naverlogin.ui.OAuthLoginActivity. We added it to our top manifest for workaround.