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
SaveCredentialsActivity has no UI and therefore does not need to be an Activity at all. It could be embedded as a Fragment or refactored in some other way to avoid the janky UI of starting a blank Activity.