mirror of https://github.com/procxx/kepka.git
Build with updated submodules.
This commit is contained in:
parent
959901d599
commit
dad73c0e7b
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));
|
_view->showToast(tr::lng_passport_success(tr::now));
|
||||||
|
|
||||||
App::CallDelayed(
|
App::CallDelayed(
|
||||||
Ui::Toast::DefaultDuration + st::toastFadeOutDuration,
|
(st::toastFadeInDuration
|
||||||
|
+ Ui::Toast::kDefaultDuration
|
||||||
|
+ st::toastFadeOutDuration),
|
||||||
this,
|
this,
|
||||||
[=] { cancel(); });
|
[=] { cancel(); });
|
||||||
}).fail([=](const RPCError &error) {
|
}).fail([=](const RPCError &error) {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit be556099605f1ee83e3ca444b75dd90b950b6a36
|
Subproject commit f86bc73cfe871b3ac8cd91ffebfa6ddf5cf480a3
|
|
@ -1 +1 @@
|
||||||
Subproject commit d22f5f405f18b6983b7ae19c5c8caff1c88c8098
|
Subproject commit 00393b7b3ba113a216d3704d47e0ca1cb97d0e6e
|
Loading…
Reference in New Issue