2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Remove namespace App.

This commit is contained in:
John Preston
2022-11-30 17:28:09 +04:00
parent 01139e1b04
commit ad3f8e72a0
24 changed files with 80 additions and 74 deletions

View File

@@ -493,7 +493,7 @@ void Widget::resetAccount() {
)).done([=] {
_resetRequest = 0;
Ui::hideLayer();
getData()->controller->hideLayer();
if (getData()->phone.isEmpty()) {
moveToStep(
new QrWidget(this, _account, getData()),
@@ -556,7 +556,7 @@ void Widget::resetAccount() {
Ui::show(Ui::MakeInformBox(
tr::lng_signin_reset_cancelled()));
} else {
Ui::hideLayer();
getData()->controller->hideLayer();
getStep()->showError(rpl::single(Lang::Hard::ServerError()));
}
}).send();