Skip to content

Commit

Permalink
🐛 Compatibility list
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyge committed Oct 15, 2017
1 parent 3317705 commit cdb6c24
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,16 @@ public ImageZoomFunction(FunctionPropertyView view) {
if (!SketchUtils.sdkSupportBitmapRegionDecoder()) {
SLog.e(NAME, "huge image function the minimum support to GINGERBREAD_MR1");
}

// TODO: 2017/10/15 loadingDrawable 啥也不干,特别是不能替换掉 ScaleType
// TODO: 2017/10/15 对 ImageView 的依赖全部改成接口
// TODO: 2017/10/15 update 和 init 合二为一
}

@Override
public void onAttachedToWindow() {
imageZoomer.init(view, true);
imageZoomer.update();
resetHugeImage();
}

Expand Down

0 comments on commit cdb6c24

Please sign in to comment.