Skip to content

Commit

Permalink
ignore read error on flush failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard van Driel committed Mar 24, 2014
1 parent bd155e6 commit e6e2d74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Classes/NWHub.m
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ - (BOOL)fetchFailed
NWNotification *notification = _notificationForIdentifier[@(identifier)][0];
[_delegate notification:notification didFailWithResult:fetch];
return YES;
} else if (fetch != kNWSuccess) {
[_delegate notification:nil didFailWithResult:fetch];
}
return NO;
}
Expand Down

0 comments on commit e6e2d74

Please sign in to comment.