mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Ensure notification manager is not null before first call to setManager in cross-platform code
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
||||
|
||||
void createManager();
|
||||
void setManager(std::unique_ptr<Manager> manager);
|
||||
[[nodiscard]] std::optional<ManagerType> managerType() const;
|
||||
[[nodiscard]] ManagerType managerType() const;
|
||||
|
||||
void checkDelayed();
|
||||
void schedule(ItemNotification notification);
|
||||
|
Reference in New Issue
Block a user