Commit 73ca4dcb authored by fallenstardust's avatar fallenstardust

fix

parent 70f4743d
......@@ -264,13 +264,13 @@ public class ImageLoader implements Closeable {
}
}
}
}/*
}
if (!bind) {
if (Constants.NETWORK_IMAGE && NetUtils.isWifiConnected(imageview.getContext())) {
bind(String.format(Constants.IMAGE_URL, "" + code), imageview, code, pre, isBig);
} else {
imageview.setImageResource(R.drawable.unknown);
}
}*/
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment