[MAPSME-5988] [ios] Fixed loading spinner show condition for bookmarks.

This commit is contained in:
Ilya Grechuhin 2017-12-07 11:31:23 +03:00
parent 6673f9dc22
commit bf04dade91

View file

@ -75,7 +75,7 @@ extern NSString * const kBookmarkCategoryDeletedNotification =
- (BOOL)shouldShowSpinner
{
return GetFramework().GetBmCategoriesCount() != 0 && ![MWMBookmarksManager areBookmarksLoaded];
return ![MWMBookmarksManager areBookmarksLoaded];
}
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section