Fix launching of story from chat ring.
This commit is contained in:
parent
37d3a953c8
commit
1cc39fb89b
1 changed files with 1 additions and 0 deletions
|
@ -1250,6 +1250,7 @@ public class ConversationParentFragment extends Fragment
|
|||
startActivity(StoryViewerActivity.createIntent(
|
||||
requireContext(),
|
||||
new StoryViewerArgs.Builder(recipient.getId(), recipient.get().shouldHideStory())
|
||||
.isFromQuote(true)
|
||||
.build()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue