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
Olivier Poitrey
2012-03-10 17:53:24 +0100
Commit
3074f55de2894c0c90ee70bfacee9e32062550c4
1 parent
8357f64a
Fix a conditing preventing from disk caching when data is not provided (fix #69)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
SDImageCache.m
SDImageCache.m
View file @
3074f55
...
...
@@ -203,7 +203,6 @@ static SDImageCache *instance;
if
(
toDisk
)
{
if
(
!
data
)
return
;
NSArray
*
keyWithData
;
if
(
data
)
{
...
...
Please
register
or
login
to post a comment