Skip to content

Commit

Permalink
Merge pull request #181 from JackChen1999/patch-2
Browse files Browse the repository at this point in the history
Update GlideImageLoaderStrategy.java
  • Loading branch information
jdsjlzx authored Apr 21, 2017
2 parents ddcdafc + e08b291 commit 47c3c4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public void loadImage(Context context, ImageLoader imageLoader) {
//if currently not under wifi
if(!ImageLoaderUtil.wifiFlag) {
loadNormal(context,imageLoader);
return;
}

int strategy = imageLoader.getWifiStrategy();
Expand Down

0 comments on commit 47c3c4c

Please sign in to comment.