Fix blank screen issue when entering through a quote.

This commit is contained in:
Alex Hart
2022-07-22 14:02:29 -03:00
committed by Cody Henthorne
parent c8612d5502
commit b9a225f6c6
5 changed files with 19 additions and 4 deletions

View File

@@ -1731,6 +1731,7 @@ public class ConversationFragment extends LoggingFragment implements Multiselect
requireContext(),
new StoryViewerArgs.Builder(messageRecord.getQuote().getAuthor(), Recipient.resolved(messageRecord.getQuote().getAuthor()).shouldHideStory())
.withStoryId(messageRecord.getParentStoryId().asMessageId().getId())
.isFromQuote(true)
.build()));
return;
}