forked from organicmaps/organicmaps
[MAPSME-5988] [ios] Fixed loading spinner show condition for bookmarks.
This commit is contained in:
parent
6673f9dc22
commit
bf04dade91
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue