Resize/Scaling Fixes #818

Merged
sarah merged 15 commits from fixchat into trunk 2024-02-10 00:11:15 +00:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit 8acefb8b0b - Show all commits

View File

@ -119,13 +119,6 @@ class QuotedMessageBubbleState extends State<QuotedMessageBubble> {
var wdgDecorations = MessageBubbleDecoration(ackd: Provider.of<MessageMetadata>(context).ackd, errored: Provider.of<MessageMetadata>(context).error, fromMe: fromMe, messageDate: messageDate);
var error = Provider.of<MessageMetadata>(context).error;
var spacer = Container(
height: 75,
decoration: BoxDecoration(
color: fromMe ? Provider.of<Settings>(context).theme.messageFromOtherBackgroundColor : Provider.of<Settings>(context).theme.messageFromMeBackgroundColor,
),
child: SizedBox(),
);
var wdgSender = compileSenderWidget(context, constraints, fromMe, senderDisplayStr);
return Container(
decoration: BoxDecoration(