Commit 9d34943f451ba91ce6269ed487c13f37a83e02a8
1 parent
e88528e7ad
Exists in
master
bugfix: 初始状态下保存按钮
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/src/main/java/com/hjx/parent/ImageActivity.java
... | ... | @@ -298,6 +298,8 @@ public class ImageActivity extends BaseRxActivity<ActivityImageBinding> implemen |
298 | 298 | list.get(index).setCuts(cuts); |
299 | 299 | imageAdapter.notifyItemChanged(index); |
300 | 300 | cancelLoadingDialog(); |
301 | + | |
302 | + refreshNum(); | |
301 | 303 | } |
302 | 304 | |
303 | 305 | private void rotatingImage(CutPicBean cutPicBean) { | ... | ... |