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
Problem:
THe show developer profile message was appearing at the wrong time.
It was due to the order that the code executed. This was because when we
called to check if the profiles were restored from cache, the logic that
restored them had not actually run yet.
Solution:
Move the logic that decides to show the Needs Profile message, to after the code that
restores the Profile.
It is also only called once since we only want to show the message on startup.
Signed-off-by: nkomonen-amazon <[email protected]>
0 commit comments