loadImage里面的if (mUIHandle == null) {
}else{
addTask(new Runnable()
}
第一次進行感覺會漏了一次 并且可能會多次發送消息
Bitmap bm = getBitmapFromLruChache(path);
if (bm != null) {
refreshBitmap(path, imageView, bm);
}這行代碼感覺也沒用
應該把else去掉
}else{
addTask(new Runnable()
}
第一次進行感覺會漏了一次 并且可能會多次發送消息
Bitmap bm = getBitmapFromLruChache(path);
if (bm != null) {
refreshBitmap(path, imageView, bm);
}這行代碼感覺也沒用
應該把else去掉
2017-12-19