Skip to content

Commit

Permalink
Merge pull request #16 from robertjpayne/patch-1
Browse files Browse the repository at this point in the history
Allow redirecting urls to work
  • Loading branch information
cnoon committed Sep 23, 2015
2 parents 31cde24 + 738d2af commit 2cf140a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UIImageView+AlamofireImage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ extension UIImageView {

// Ignore the event if the response request does not match the current request
guard let
currentRequest = strongSelf.af_activeRequest?.task.currentRequest
currentRequest = strongSelf.af_activeRequest?.task.originalRequest
where currentRequest.URLString == request?.URLString else
{
return
Expand Down

0 comments on commit 2cf140a

Please # to comment.