2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 06:55:58 +00:00

Removed unused MTPBool from callbacks on done.

This commit is contained in:
23rd
2021-11-26 23:54:46 +03:00
committed by John Preston
parent 3647241f71
commit 69dc6c98ce
19 changed files with 44 additions and 56 deletions

View File

@@ -493,7 +493,7 @@ void Widget::resetAccount() {
}
_resetRequest = _api->request(MTPaccount_DeleteAccount(
MTP_string("Forgot password")
)).done([=](const MTPBool &result) {
)).done([=] {
_resetRequest = 0;
Ui::hideLayer();