This commit is contained in:
leafwai
2022-01-06 11:45:50 +08:00
parent 9168cfc928
commit 500e069139
3 changed files with 274 additions and 84 deletions

View File

@ -103,7 +103,7 @@ public class ConcernContentUtils {
break;
}
imageView.setOnClickListener(v -> {
Intent checkIntent = ImageViewerActivity.getIntent(context, (ArrayList<String>) list, position, imageViewList, entrance);
Intent checkIntent = ImageViewerActivity.getIntent(context, (ArrayList<String>) list, position, imageViewList, entrance, true);
context.startActivity(checkIntent);
});
return imageView;