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
If you are using a SearchView with a custom search source and you later change the search source then the SearchView will continue using the older search source. That is because the SearchView is only created once and the SearchViewModel isn't updated with the latest search source.