mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Fix blank screen issue when entering through a quote.
This commit is contained in:
committed by
Cody Henthorne
parent
c8612d5502
commit
b9a225f6c6
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user