Skip to content

Commit 84a28c2

Browse files
author
Joey Lorich
committed
Fix add by url
1 parent 7ea4315 commit 84a28c2

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

EasyReader/Application/Controllers/Menu/EZRMenuSearchController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ - (void)displayURL:(NSString*)searchText {
112112
]
113113
};
114114

115+
[self postSearchStateChangeNotification:kEZRSearchStateResultsAvailable];
115116
}
116117

117118
- (void)postSearchStateChangeNotification:(EZRSearchState)state

EasyReader/Application/Controllers/Menu/EZRMenuTableViewDelegate.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
4242
Feed *existingFeed = [Feed MR_findFirstByAttribute:@"id" withValue:feedData[@"id"]];
4343

4444
if (!existingFeed) {
45-
4645
[Feed createFeedWithUrl:feedData[@"url"] success:^(id responseObject, NSInteger httpStatus) {
4746

4847
} failure:^(id responseObject, NSInteger httpStatus, NSError *error) {

0 commit comments

Comments
 (0)