From 8acefb8b0b222f8cb784a6ef60086c285051b516 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Fri, 9 Feb 2024 15:26:21 -0800 Subject: [PATCH] Remove old code --- lib/widgets/quotedmessage.dart | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/widgets/quotedmessage.dart b/lib/widgets/quotedmessage.dart index fe90ab52..235b9c95 100644 --- a/lib/widgets/quotedmessage.dart +++ b/lib/widgets/quotedmessage.dart @@ -119,13 +119,6 @@ class QuotedMessageBubbleState extends State { var wdgDecorations = MessageBubbleDecoration(ackd: Provider.of(context).ackd, errored: Provider.of(context).error, fromMe: fromMe, messageDate: messageDate); var error = Provider.of(context).error; - var spacer = Container( - height: 75, - decoration: BoxDecoration( - color: fromMe ? Provider.of(context).theme.messageFromOtherBackgroundColor : Provider.of(context).theme.messageFromMeBackgroundColor, - ), - child: SizedBox(), - ); var wdgSender = compileSenderWidget(context, constraints, fromMe, senderDisplayStr); return Container( decoration: BoxDecoration(