fix quoted message
This commit is contained in:
@@ -218,8 +218,9 @@ class QuotedMessageWidget extends StatelessWidget {
|
|||||||
attachmentBuilder = _defaultAttachmentBuilder[attachment.type];
|
attachmentBuilder = _defaultAttachmentBuilder[attachment.type];
|
||||||
if (attachmentBuilder == null) {
|
if (attachmentBuilder == null) {
|
||||||
child = Offstage();
|
child = Offstage();
|
||||||
|
} else {
|
||||||
|
child = attachmentBuilder(context, attachment);
|
||||||
}
|
}
|
||||||
child = attachmentBuilder!(context, attachment);
|
|
||||||
}
|
}
|
||||||
child = AbsorbPointer(child: child);
|
child = AbsorbPointer(child: child);
|
||||||
return Transform(
|
return Transform(
|
||||||
|
|||||||
Reference in New Issue
Block a user