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)),
|
MatrixLocals(L10n.of(context)),
|
||||||
hideReply: true,
|
hideReply: true,
|
||||||
hideEdit: true,
|
hideEdit: true,
|
||||||
plaintextBody: true,
|
plaintextBody: false,
|
||||||
),
|
),
|
||||||
softWrap: false,
|
softWrap: false,
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user