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
Changes to setting methods: setFavorite(bool favorite) from now changes state without animation setFavoriteAnimated(bool favorite)is new method which changes state with animation setFavoriteSuppressListener(bool favorite)is new method which changes state without calling OnFavoriteChangeListener
setFavorite(boolean favorite, boolean animated) is deprecated