Fix unread story nav.

This commit is contained in:
Alex Hart
2022-09-16 10:10:31 -03:00
committed by Greyson Parrelli
parent 75af1b69e8
commit 552592db39

View File

@@ -273,7 +273,7 @@ class StoriesLandingFragment : DSLSettingsFragment(layoutId = R.layout.stories_l
storyThumbTextModel = text,
storyThumbUri = image,
storyThumbBlur = blur,
recipientIds = viewModel.getRecipientIds(model.data.isHidden, model.data.storyViewState == StoryViewState.UNVIEWED),
recipientIds = viewModel.getRecipientIds(model.data.isHidden, true),
isUnviewedOnly = model.data.storyViewState == StoryViewState.UNVIEWED,
isFromInfoContextMenuAction = isFromInfoContextMenuAction
)