mirror of https://github.com/procxx/kepka.git
Fix broken poll results view.
Regression was introduced in dd78052f92
.
Fixes #7780.
Copy-Paste is bad.
This commit is contained in:
parent
c0246a9373
commit
73691e795b
|
@ -2477,8 +2477,9 @@ void HistoryInner::elementStartStickerLoop(
|
||||||
}
|
}
|
||||||
|
|
||||||
void HistoryInner::elementShowPollResults(
|
void HistoryInner::elementShowPollResults(
|
||||||
not_null<PollData*> poll,
|
not_null<PollData*> poll,
|
||||||
FullMsgId context) {
|
FullMsgId context) {
|
||||||
|
_controller->showPollResults(poll, context);
|
||||||
}
|
}
|
||||||
|
|
||||||
void HistoryInner::elementShowTooltip(
|
void HistoryInner::elementShowTooltip(
|
||||||
|
|
Loading…
Reference in New Issue