| 137 | } |
| 138 | |
| 139 | void Controller::showAccount(not_null<Main::Account*> account) { |
| 140 | showAccount(account, ShowAtUnreadMsgId); |
| 141 | } |
| 142 | |
| 143 | void Controller::showAccount( |
| 144 | not_null<Main::Account*> account, |
nothing calls this directly
no test coverage detected