mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-06 18:24:12 +01:00
fix: Hotfix crash on empty code block
This commit is contained in:
parent
7d300eceff
commit
e888afa4c6
@ -273,7 +273,7 @@ class ChatListItem extends StatelessWidget {
|
||||
MatrixLocals(L10n.of(context)),
|
||||
hideReply: true,
|
||||
hideEdit: true,
|
||||
plaintextBody: true,
|
||||
plaintextBody: false,
|
||||
),
|
||||
softWrap: false,
|
||||
maxLines: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user