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