2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

Remove non-UI calls to App::main.

This commit is contained in:
John Preston
2020-06-12 18:09:04 +04:00
parent 3c4e959468
commit f450f81215
36 changed files with 768 additions and 675 deletions

View File

@@ -55,7 +55,7 @@ rpl::producer<int> PinnedDialogsInFolderMaxValue(
//}
Folder::Folder(not_null<Data::Session*> owner, FolderId id)
: Entry(owner, this)
: Entry(owner, Type::Folder)
, _id(id)
, _chatsList(
&owner->session(),