We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea4315 commit 84a28c2Copy full SHA for 84a28c2
2 files changed
EasyReader/Application/Controllers/Menu/EZRMenuSearchController.m
@@ -112,6 +112,7 @@ - (void)displayURL:(NSString*)searchText {
112
]
113
};
114
115
+ [self postSearchStateChangeNotification:kEZRSearchStateResultsAvailable];
116
}
117
118
- (void)postSearchStateChangeNotification:(EZRSearchState)state
EasyReader/Application/Controllers/Menu/EZRMenuTableViewDelegate.m
@@ -42,7 +42,6 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
42
Feed *existingFeed = [Feed MR_findFirstByAttribute:@"id" withValue:feedData[@"id"]];
43
44
if (!existingFeed) {
45
-
46
[Feed createFeedWithUrl:feedData[@"url"] success:^(id responseObject, NSInteger httpStatus) {
47
48
} failure:^(id responseObject, NSInteger httpStatus, NSError *error) {
0 commit comments