mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +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)
|
||||
? 0
|
||||
: textWithOffset.offset + sender.size();
|
||||
return preview;
|
||||
return std::move(preview);
|
||||
}
|
||||
|
||||
} // namespace Dialogs::Ui
|
||||
|
|
Loading…
Add table
Reference in a new issue