|
@@ -321,6 +321,10 @@ public class ImageRecoverViewModel extends BaseViewModel {
|
|
|
}
|
|
}
|
|
|
return true;
|
|
return true;
|
|
|
}, o -> {
|
|
}, o -> {
|
|
|
|
|
+ detectedPhotoImg.setValue(getList(detectedPhotoImg));
|
|
|
|
|
+ detectedWxImg.setValue(getList(detectedWxImg));
|
|
|
|
|
+ detectedQQImg.setValue(getList(detectedQQImg));
|
|
|
|
|
+ detectedOtherImg.setValue(getList(detectedOtherImg));
|
|
|
checkAll.setValue(false);
|
|
checkAll.setValue(false);
|
|
|
showLoadingEvent.setValue(false);
|
|
showLoadingEvent.setValue(false);
|
|
|
ToastUtil.show(R.string.delete_success, ToastUtil.LENGTH_SHORT);
|
|
ToastUtil.show(R.string.delete_success, ToastUtil.LENGTH_SHORT);
|