Build with updated submodules.

This commit is contained in:
John Preston
2019-09-23 10:14:27 +03:00
parent 959901d599
commit dad73c0e7b
9 changed files with 5 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 B

@@ -757,7 +757,9 @@ std::vector<not_null<const Value*>> FormController::submitGetErrors() {
_view->showToast(tr::lng_passport_success(tr::now));
App::CallDelayed(
Ui::Toast::DefaultDuration + st::toastFadeOutDuration,
(st::toastFadeInDuration
+ Ui::Toast::kDefaultDuration
+ st::toastFadeOutDuration),
this,
[=] { cancel(); });
}).fail([=](const RPCError &error) {