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(