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 2 deletions
Showing only changes of commit 907cc262bb - Show all commits

View File

@ -35,8 +35,6 @@ abstract class Message {
Widget getWidget(BuildContext context, Key key, int index);
Widget getPreviewWidget(BuildContext context, {BoxConstraints? constraints});
//double requestedWidth(BuildContext context, BoxConstraints constraints);
}
Message compileOverlay(MessageInfo messageInfo) {