smuyyh / ImageSelector

:foggy: Android 图片选择器。充分自由定制,极大程度简化使用,支持图库多选/图片预览/单选/照片裁剪/拍照/自定义图片加载方式/自定义色调/沉浸式状态栏
http://blog.csdn.net/yyh352091626/article/details/52154583
Apache License 2.0
1.6k stars 254 forks source link

图片选择列表,图片预览页面图片不显示 #157

Open SocietyYourBerotherMing opened 5 years ago

SocietyYourBerotherMing commented 5 years ago

选择图片页面列表和选择图片预览页面,显示不出来

keaidefeizao commented 3 years ago

我也这样,不知你解决了没有?

SocietyYourBerotherMing commented 3 years ago

我也这样,不知你解决了没有?

没有呢

Beni0210 commented 3 years ago

图片加载器没有初始化 ISNav.getInstance().init { context, path, imageView -> Glide.with(context!!).load(path) .into( imageView ) }