2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 07:35:12 +00:00

Merge remote-tracking branch 'tdesktop/dev' into dev

This commit is contained in:
RadRussianRus
2020-01-23 21:24:57 +03:00
190 changed files with 3438 additions and 7317 deletions

View File

@@ -100,6 +100,13 @@ void SessionNavigation::showSettings(const SectionShow &params) {
showSettings(Settings::Type::Main, params);
}
void SessionNavigation::showPollResults(
not_null<PollData*> poll,
FullMsgId contextId,
const SectionShow &params) {
showSection(Info::Memento(poll, contextId), params);
}
SessionController::SessionController(
not_null<Main::Session*> session,
not_null<Controller*> window)