Added preload of stickers in touchbar.

This commit is contained in:
23rd 2019-06-22 14:12:10 +03:00 committed by John Preston
parent 8de3826c9e
commit d57b8d2ec7
1 changed files with 3 additions and 0 deletions

View File

@ -895,6 +895,9 @@ void AppendEmojiPacks(std::vector<PickerScrubberItem> &to) {
Auth().data().chatsListChanges(
) | rpl::start_with_next([=] {
if (const auto window = App::wnd()) {
if (!Auth().data().stickerSets().size()) {
Auth().api().updateStickers();
}
if (const auto controller = window->sessionController()) {
_lifetimeSessionControllerChecker.destroy();
controller->activeChatChanges(