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
Currently when we refresh, if accounts change the view controllers will be re-created and set. This is good, except for when minor details that we can represent in the view controller change, such as account name or balance. When this happens, we should fire a different notification that results in the new account information getting set on the view controller, without creating a new one.
The text was updated successfully, but these errors were encountered:
Currently when we refresh, if accounts change the view controllers will be re-created and set. This is good, except for when minor details that we can represent in the view controller change, such as account name or balance. When this happens, we should fire a different notification that results in the new account information getting set on the view controller, without creating a new one.
The text was updated successfully, but these errors were encountered: