mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +01:00
fix: Crash when there is no prev message
This commit is contained in:
parent
a13b37948a
commit
563a67eabd
@ -274,7 +274,8 @@ class ChatListItem extends StatelessWidget {
|
||||
hideReply: true,
|
||||
hideEdit: true,
|
||||
plaintextBody: true,
|
||||
),
|
||||
) ??
|
||||
L10n.of(context).emptyChat,
|
||||
softWrap: false,
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
|
Loading…
Reference in New Issue
Block a user