Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Chang Luo
2014-04-16 16:06:22 -0700
Commit
1f202ed7a39f2f203ae2f50bcae7561f22bbcd0b
1 parent
db861611
Port Max's crash fix to my 3.6 fork
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
SDWebImage/SDWebImagePrefetcher.m
SDWebImage/SDWebImagePrefetcher.m
View file @
1f202ed
...
...
@@ -84,7 +84,9 @@
}
if
(
self
.
prefetchURLs
.
count
>
self
.
requestedCount
)
{
dispatch_async
(
dispatch_get_main_queue
(),
^
{
[
self
startPrefetchingAtIndex
:
self
.
requestedCount
]
;
})
;
}
else
if
(
self
.
finishedCount
+
self
.
skippedCount
==
self
.
requestedCount
)
{
[
self
reportStatus
]
;
...
...
Please
register
or
login
to post a comment