sunfusheng / GlideImageView

基于Glide V4.9.0封装的图片加载库,可以监听加载图片时的进度
https://github.com/sunfusheng/GlideImageView
1.77k stars 272 forks source link

onProgress的进度不是从0-100 #57

Open zzfeng opened 5 years ago

zzfeng commented 5 years ago

load percentage: 1 totalBytes: 0 bytesRead: 0 onProgress: =1 load percentage: -130000 totalBytes: -1 bytesRead: 1300 onProgress: =-130000 load percentage: -685200 totalBytes: -1 bytesRead: 6852 onProgress: =-685200 load percentage: -685200 totalBytes: -1 bytesRead: 6852 onProgress: =-685200 这种加载进度条变化。。很是奇怪