Fix possible crash on force-logout from the server..

This commit is contained in:
John Preston 2022-12-29 12:21:21 +04:00
parent 7e98e9ecf2
commit a1a5ef9d39
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ QByteArray Session::validTmpPassword() const {
// Can be called only right before ~Session.
void Session::finishLogout() {
updates().updateOnline();
unlockTerms();
data().clear();
data().clearLocalStorage();