mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Fix broken poll results view.
Regression was introduced in dd78052f92
.
Fixes #7780.
Copy-Paste is bad.
This commit is contained in:
@@ -2479,6 +2479,7 @@ 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(
|
||||||
|
Reference in New Issue
Block a user