2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-06 09:35:12 +00:00

Handle some updates even while not authed.

This commit is contained in:
John Preston
2020-03-29 14:06:10 +04:00
parent c209aedb22
commit c89c98183d
3 changed files with 39 additions and 2 deletions

View File

@@ -93,6 +93,8 @@ private:
void createLanguageLink();
void checkUpdateStatus();
void setupNextButton();
void handleUpdates(const MTPUpdates &updates);
void handleUpdate(const MTPUpdate &update);
void updateControlsGeometry();
[[nodiscard]] not_null<details::Data*> getData() {