Fix sticker quote reply layout.

This commit is contained in:
John Preston 2024-07-15 11:35:01 +02:00
parent 8a92c89f39
commit 03454ca3b4

View file

@ -125,9 +125,6 @@ QSize UnwrappedMedia::countCurrentSize(int newWidth) {
if (via) {
via->resize(availw);
}
if (reply) {
[[maybe_unused]] int height = reply->resizeToWidth(availw);
}
}
return { newWidth, newHeight };
}