fix(ui): remove dead code
This commit is contained in:
@@ -48,7 +48,6 @@ class GiphyAttachment extends AttachmentWidget {
|
||||
}
|
||||
|
||||
Widget _buildSendingAttachment(BuildContext context, String imageUrl) {
|
||||
print('sending attachment GIPHY $imageUrl');
|
||||
final streamChannel = StreamChannel.of(context);
|
||||
return Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
|
||||
@@ -604,9 +604,6 @@ class _MessageWidgetState extends State<MessageWidget>
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
super.build(context);
|
||||
if (widget.message.isEphemeral) {
|
||||
print('EPHEMERAL');
|
||||
}
|
||||
final avatarWidth =
|
||||
widget.messageTheme.avatarTheme?.constraints.maxWidth ?? 40;
|
||||
final bottomRowPadding =
|
||||
@@ -1157,9 +1154,6 @@ class _MessageWidgetState extends State<MessageWidget>
|
||||
}
|
||||
|
||||
Widget _parseAttachments() {
|
||||
if (widget.message.isEphemeral) {
|
||||
print('EPHEMERAL');
|
||||
}
|
||||
final attachmentGroups = <String, List<Attachment>>{};
|
||||
|
||||
widget.message.attachments
|
||||
|
||||
Reference in New Issue
Block a user