Fix broken poll results view.

Regression was introduced in dd78052f92.

Fixes #7780.

Copy-Paste is bad.
This commit is contained in:
John Preston 2020-05-04 14:42:06 +04:00
parent c0246a9373
commit 73691e795b
1 changed files with 3 additions and 2 deletions

View File

@ -2477,8 +2477,9 @@ void HistoryInner::elementStartStickerLoop(
}
void HistoryInner::elementShowPollResults(
not_null<PollData*> poll,
FullMsgId context) {
not_null<PollData*> poll,
FullMsgId context) {
_controller->showPollResults(poll, context);
}
void HistoryInner::elementShowTooltip(