mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix crash in update online on logout.
This commit is contained in:
@@ -85,9 +85,6 @@ void Controller::showAccount(not_null<Main::Account*> account) {
|
||||
setupIntro();
|
||||
_widget.updateGlobalMenu();
|
||||
}
|
||||
if (was) {
|
||||
was->session().updates().updateOnline();
|
||||
}
|
||||
}, _accountLifetime);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user