| 307 | } |
| 308 | |
| 309 | void AbstractController::showBackFromStack( |
| 310 | const Window::SectionShow ¶ms) { |
| 311 | return parentController()->showBackFromStack(params); |
| 312 | } |
| 313 | |
| 314 | void AbstractController::showPeerHistory( |
| 315 | PeerId peerId, |
no test coverage detected