| 3266 | } |
| 3267 | |
| 3268 | base::weak_qptr<Ui::BoxContent> SessionController::show( |
| 3269 | object_ptr<Ui::BoxContent> content, |
| 3270 | Ui::LayerOptions options, |
| 3271 | anim::type animated) { |
| 3272 | return _window->show(std::move(content), options, animated); |
| 3273 | } |
| 3274 | |
| 3275 | void SessionController::hideLayer(anim::type animated) { |
| 3276 | _window->hideLayer(animated); |
no outgoing calls
no test coverage detected