mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-29 01:52:48 +00:00
Fix crash in filters update.
This commit is contained in:
parent
b6ac4a0233
commit
4e57ce8dbb
@ -156,7 +156,7 @@ SessionController::SessionController(
|
||||
crl::on_main(this, [=] {
|
||||
refreshFiltersMenu();
|
||||
});
|
||||
}, session->lifetime());
|
||||
}, lifetime());
|
||||
|
||||
session->addWindow(this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user