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
store: Make realmName and realmIcon getters non-null
These values are populated in the `account` from `InitialSnapshot`
during `UpdateMachine.load` but before `PerAccountStore` is created.
So, these values should never be null when we have the
`PerAccountStore`.
0 commit comments