Fix crash when scheduling a message in an empty thread.

This commit is contained in:
Cody Henthorne
2023-02-03 19:41:14 -05:00
committed by Alex Hart
parent 1f31f4a50a
commit 418b486776
6 changed files with 52 additions and 28 deletions

View File

@@ -1960,6 +1960,8 @@
<string name="ThreadRecord__reacted_s_to_their_story">Reacted %1$s to their story</string>
<!-- Displayed in the conversation list when your most recent message is a payment to or from the person the conversation is with -->
<string name="ThreadRecord_payment">Payment</string>
<!-- Displayed in the conversation list when your only message in a conversation is a scheduled send. -->
<string name="ThreadRecord_scheduled_message">Scheduled message</string>
<!-- UpdateApkReadyListener -->
<string name="UpdateApkReadyListener_Signal_update">Signal update</string>