Skip to content

Commit

Permalink
Update GlideImageLoaderStrategy.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JackChan1999 authored Apr 18, 2017
1 parent 31c20f5 commit e08b291
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 e08b291

Please sign in to comment.