mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 18:55:12 +00:00
Fix unread story nav.
This commit is contained in:
committed by
Greyson Parrelli
parent
75af1b69e8
commit
552592db39
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user