Remove flutter chat #26
1 changed files with 1 additions and 1 deletions
fix double reply preview
commit
dbef2d709b
|
|
@ -130,7 +130,7 @@ class EventRenderer extends ConsumerWidget {
|
|||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
if (event.replyTo != null)
|
||||
if (!textOnly && event.replyTo != null)
|
||||
Card(
|
||||
margin: EdgeInsets.only(bottom: 8),
|
||||
color: theme.colorScheme.surfaceContainer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue