Fix poll results opening from pinned section.

Fixes #8942.
This commit is contained in:
John Preston 2020-11-02 09:55:02 +03:00
parent 9592e7dfc8
commit 6660206e61

View file

@ -1268,8 +1268,9 @@ void ListWidget::elementStartStickerLoop(not_null<const Element*> view) {
}
void ListWidget::elementShowPollResults(
not_null<PollData*> poll,
FullMsgId context) {
not_null<PollData*> poll,
FullMsgId context) {
_controller->showPollResults(poll, context);
}
void ListWidget::elementShowTooltip(