mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
Beta version 3.1.6: Fix build on macOS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user