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

Fix stickers list display after account switch.

This commit is contained in:
John Preston
2020-07-06 16:26:43 +04:00
parent 52e780b065
commit f316d951ae
2 changed files with 3 additions and 0 deletions

View File

@@ -135,6 +135,8 @@ Session::Session(
saveSettingsDelayed();
}
// Storage::Account uses Main::Account::session() in those methods.
// So they can't be called during Main::Session construction.
local().readInstalledStickers();
local().readFeaturedStickers();
local().readRecentStickers();