File tree 2 files changed +4
-0
lines changed
java/org/quantumbadger/redreader/views
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change
1
+ /Alpha 346 (2023-12-18)
2
+ When "post title opens comments" is enabled, clicking the inline image preview now opens the post rather than the comments
3
+
1
4
/Alpha 345 (2023-12-17)
2
5
When "post title opens comments" is enabled, the thumbnail now opens the post rather than the comments
3
6
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ public void handleMessage(@NonNull final Message msg) {
244
244
if (postTitleOpensPost ) {
245
245
mOuterView .setOnClickListener (v -> fragmentParent .onPostCommentsSelected (mPost ));
246
246
mThumbnailView .setOnClickListener (v -> fragmentParent .onPostSelected (mPost ));
247
+ mImagePreviewOuter .setOnClickListener (v -> fragmentParent .onPostSelected (mPost ));
247
248
248
249
} else {
249
250
mOuterView .setOnClickListener (v -> fragmentParent .onPostSelected (mPost ));
You can’t perform that action at this time.
0 commit comments