mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-02 18:21:53 +00:00
615ad85d26
Initial _account assignment triggered sync createManager(), which in case of native Windows notifications called ToastNotificationManager::CreateToastNotifier, which could enter qt-wndproc-message processing with QEvent::ApplicationActivated delivery and calling updateNonIdle() which called Window::Controller::account(), that wasn't yet set.