2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Move preview paint to Dialogs::Ui::MessageView.

This commit is contained in:
John Preston
2021-10-01 16:42:44 +04:00
parent 5136cc3c9c
commit 8c21fad642
21 changed files with 265 additions and 151 deletions

View File

@@ -43,8 +43,7 @@ uint64 PinnedDialogPos(int pinnedIndex) {
} // namespace
Entry::Entry(not_null<Data::Session*> owner, Type type)
: lastItemTextCache(st::dialogsTextWidthMin)
, _owner(owner)
: _owner(owner)
, _isFolder(type == Type::Folder) {
}