mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +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)
|
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
|
||||||
|
Reference in New Issue
Block a user