mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Beta version 3.1.6: Fix build on macOS.
This commit is contained in:
parent
c9b782fd63
commit
24fa3dbf8f
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ HistoryView::ItemPreview PreviewWithSender(
|
||||||
preview.imagesInTextPosition = (textWithOffset.offset < 0)
|
preview.imagesInTextPosition = (textWithOffset.offset < 0)
|
||||||
? 0
|
? 0
|
||||||
: textWithOffset.offset + sender.size();
|
: textWithOffset.offset + sender.size();
|
||||||
return preview;
|
return std::move(preview);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Dialogs::Ui
|
} // namespace Dialogs::Ui
|
||||||
|
|
Loading…
Add table
Reference in a new issue