siwangqishiq / ImageEditor-Android

AndroidImageEdit 安卓设备上图形编辑开源控件,支持磨皮美白 自定义贴图 图片滤镜 图片旋转 图片剪裁 文字贴图 撤销 回退 等操作
2.19k stars 567 forks source link

notifyDataSetChanged() not Working #14

Closed appdev20 closed 8 years ago

appdev20 commented 8 years ago

when sticker images are added in fragment then every time on sticker category click notifyDataSetChanged() not working .

every time previous first time clicked images of sticker are shown in fragment

siwangqishiq commented 8 years ago

Please give more info, A screen snapshot is the best

appdev20 commented 8 years ago

11 when i click on sticker sub category1 then sticker of asset type 1 shown

device-2016-08-29-130454

back to sticker category i click on sub category2 22

then again sticker of asset type1 shown the result cannot be changed . every time result of first clicked category shown in other device-2016-08-29-130454

siwangqishiq commented 8 years ago

I don't find this issue in my device,you can update this library to the newest version And try again;

appdev20 commented 8 years ago

i used updated library. the issue was in huawei device . now the issue was resolved after i removed all views from adapter when back to sticker category . Thanks a lot