Skip to content

AuthMethodPickerActivity is started multiple times #354

@Alex100

Description

@Alex100
  • Start the firebase demo (version-0.6.0)
  • Rotate the device during the Smartlock account chooser dialog (called by the ChooseAccountActivity in resolveSavedEmails(Activity activity))

image

  • Press the back button multiple times until the AuthMethodPickerActivity is visible

image

  • 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions