We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25094c commit 9b9d9c8Copy full SHA for 9b9d9c8
1 file changed
EasyReader/Application/Controllers/Menu/MenuDataSources/EZRMenuSearchFeedDataSource.m
@@ -45,7 +45,7 @@ - (void)setFeedData:(NSDictionary *)feedData
45
}
46
47
-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
48
- int numberOfResults = [super tableView:tableView numberOfRowsInSection:section];
+ NSInteger numberOfResults = [super tableView:tableView numberOfRowsInSection:section];
49
50
if (numberOfResults == 0 && self.source.count == 0) {
51
return 1;
0 commit comments