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
The method shouldsShowSecondLevelEntrycurrently takes into account also first level albums (Favorites, Screenshots, etc) in the condition albums.count > 0, thus the second level entry is showed even when no user album is present.
Only second level albums should be considered when deciding whether to show second level entry
The text was updated successfully, but these errors were encountered:
The method
shouldsShowSecondLevelEntry
currently takes into account also first level albums (Favorites, Screenshots, etc) in the conditionalbums.count > 0
, thus the second level entry is showed even when no user album is present.Only second level albums should be considered when deciding whether to show second level entry
The text was updated successfully, but these errors were encountered: