| 426 | } |
| 427 | |
| 428 | void Controller::showToast(Ui::Toast::Config &&config) { |
| 429 | Show(this).showToast(std::move(config)); |
| 430 | } |
| 431 | |
| 432 | void Controller::showToast(TextWithEntities &&text, crl::time duration) { |
| 433 | Show(this).showToast(std::move(text), duration); |
no test coverage detected