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
which initializes the login data from initialLoginInfo. However the initialLoginInfo should probably only be taken into account at the very first time, ideally from the Activity (that provides the initial login info).
Might be because
LoginScreen
is dropped and complete re-compose happens when the screen is rotated, and it calls:which initializes the login data from
initialLoginInfo
. However theinitialLoginInfo
should probably only be taken into account at the very first time, ideally from the Activity (that provides the initial login info).Originally posted by @rfc2822 in #772 (review)
The text was updated successfully, but these errors were encountered: