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
&& !dataSource.sectionModels[0].elements.isEmpty && !dataSource.sectionModels[1].elements.isEmpty
so as before this line you check if sectionModels contains only two items you can rewrite it using func contains
The text was updated successfully, but these errors were encountered:
&& !dataSource.sectionModels[0].elements.isEmpty && !dataSource.sectionModels[1].elements.isEmpty
so as before this line you check if
sectionModels
contains only two items you can rewrite it usingfunc contains
The text was updated successfully, but these errors were encountered: