mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Ignore observables notification after ~Application.
This commit is contained in:
@@ -84,9 +84,9 @@ Sandbox::Sandbox(
|
|||||||
: QApplication(argc, argv)
|
: QApplication(argc, argv)
|
||||||
, _mainThreadId(QThread::currentThreadId())
|
, _mainThreadId(QThread::currentThreadId())
|
||||||
, _handleObservables([=] {
|
, _handleObservables([=] {
|
||||||
Expects(_application != nullptr);
|
if (_application) {
|
||||||
|
_application->call_handleObservables();
|
||||||
_application->call_handleObservables();
|
}
|
||||||
})
|
})
|
||||||
, _launcher(launcher) {
|
, _launcher(launcher) {
|
||||||
}
|
}
|
||||||
|
Submodule Telegram/lib_ui updated: dbcb6a35b0...4ef97b57f6
Reference in New Issue
Block a user