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