You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rotate the device during the Smartlock account chooser dialog (called by the ChooseAccountActivity in resolveSavedEmails(Activity activity))
Press the back button multiple times until the AuthMethodPickerActivity is visible
Then the AuthMethodPickerActivity is multiple times on the activity stack
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.