firebase / FirebaseUI-Android

Optimized UI components for Firebase
https://firebaseopensource.com/projects/firebase/firebaseui-android/
Apache License 2.0
4.63k stars 1.83k forks source link

AuthMethodPickerActivity is started multiple times #354

Closed Alex100 closed 7 years ago

Alex100 commented 8 years ago

image

image

The reason for that behaviour is that Smartlock account chooser dialog activity is started every time you rotate the device. This results in multiple calls of onActivityResult in ChooseAccountActivity, which starts every time the AuthMethodPickerActivity.

SUPERCILEX commented 8 years ago

This is fixed in #357.

samtstern commented 7 years ago

The fix for this issue has been released in version 1.0.1.