Skip to content

Commit

Permalink
Fix visible additional view issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mardelean committed Jan 19, 2016
1 parent b63d888 commit b48214c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#import "BIBatchResponse.h"
#import "BITableViewCell.h"
#import "_BITableView+Internal.h"
#import "BITableAdditionalViewBase.h"

@interface BIDatasourceFeedTableView ()

Expand Down Expand Up @@ -217,6 +218,9 @@ - (void)updateTableAdditionalViewsForBatchResponse:(nonnull BIBatchResponse *)ba
} else {
[self.tableView removeVisibleAdditionalView];
}
if (self.tableView.visibleAdditionalView.type == BITableAdditionalTypeLoadingContentView) {
[self.tableView removeVisibleAdditionalView];
}
}
}

Expand Down

0 comments on commit b48214c

Please sign in to comment.