mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Move some calls from App namespace.
This commit is contained in:
@@ -290,12 +290,12 @@ BackgroundPreviewBox::BackgroundPreviewBox(
|
||||
const Data::WallPaper &paper)
|
||||
: _text1(GenerateTextItem(
|
||||
this,
|
||||
App::history(App::user(ServiceUserId)),
|
||||
Auth().data().history(peerFromUser(ServiceUserId)),
|
||||
lang(lng_background_text1),
|
||||
false))
|
||||
, _text2(GenerateTextItem(
|
||||
this,
|
||||
App::history(App::user(ServiceUserId)),
|
||||
Auth().data().history(peerFromUser(ServiceUserId)),
|
||||
lang(lng_background_text2),
|
||||
true))
|
||||
, _paper(paper)
|
||||
|
Reference in New Issue
Block a user