| 334 | } |
| 335 | |
| 336 | void Controller::finishFirstShow() { |
| 337 | _widget.finishFirstShow(); |
| 338 | checkThemeEditor(); |
| 339 | } |
| 340 | |
| 341 | Main::Session *Controller::maybeSession() const { |
| 342 | return _id.account ? _id.account->maybeSession() : nullptr; |
no outgoing calls
no test coverage detected