jeasonlzy / ImagePicker

完全仿微信的图片选择,并且提供了多种图片加载接口,选择图片后可以旋转,可以裁剪成矩形或圆形,可以配置各种其他的参数

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

拍照后 裁剪 不保存直接返回 分割线 会变大····

594238813 opened this issue · comments

commented
commented

image
打开图册 拍照 裁剪然后按左上角返回 分割线变大 并且 预览还有一张图片

commented

ImageDataSource类添加如下判定:
if ((activity.getLifecycle().getCurrentState() == STARTED || activity.getLifecycle().getCurrentState() == RESUMED) && imageFolders.size() > 0) {
return;
}