mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fixed possible crash in notifications manager.
This commit is contained in:
@@ -76,7 +76,7 @@ Manager::Manager(System *system)
|
||||
system->settingsChanged(
|
||||
) | rpl::start_with_next([=](ChangeType change) {
|
||||
settingsChanged(change);
|
||||
}, system->lifetime());
|
||||
}, _lifetime);
|
||||
}
|
||||
|
||||
Manager::QueuedNotification::QueuedNotification(
|
||||
|
Reference in New Issue
Block a user