Show thumbnail rail when viewing a thread's media.

This commit is contained in:
Nicholas Tinsley
2022-11-14 11:22:34 -05:00
parent e3954ab5e8
commit 4fbbc9d395

View File

@@ -65,6 +65,7 @@ object MediaIntentFactory {
attachment.size,
attachment.caption,
leftIsRecent,
allMediaInRail = true,
sorting = MediaDatabase.Sorting.Newest,
isVideoGif = attachment.isVideoGif
)