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:
@@ -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) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user