mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Fix unwrapped media top skip.
This commit is contained in:
@@ -87,6 +87,7 @@ QSize UnwrappedMedia::countCurrentSize(int newWidth) {
|
||||
accumulate_max(newHeight, minimal + st::msgDateImgDelta + infoHeight);
|
||||
}
|
||||
accumulate_max(newWidth, _parent->reactionsOptimalWidth());
|
||||
_topAdded = 0;
|
||||
const auto via = item->Get<HistoryMessageVia>();
|
||||
const auto reply = _parent->displayedReply();
|
||||
const auto forwarded = getDisplayedForwardedInfo();
|
||||
|
Reference in New Issue
Block a user