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, the selected site is cached in memory in SelectedSite, and when the app refreshes the site information on app launch (and when resuming from background), we don't update the in-memory version, which requires force closing the app and relaunching it to pick those changes.
We need to ensure that we update the site after fetching it.
Look into implementing equals on the SiteModel to avoid useless notifications to the observers.
The text was updated successfully, but these errors were encountered:
Currently, the selected site is cached in memory in
SelectedSite
, and when the app refreshes the site information on app launch (and when resuming from background), we don't update the in-memory version, which requires force closing the app and relaunching it to pick those changes.equals
on theSiteModel
to avoid useless notifications to the observers.The text was updated successfully, but these errors were encountered: