mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
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(
|
||||
not_null<PollData*> poll,
|
||||
FullMsgId context) {
|
||||
not_null<PollData*> poll,
|
||||
FullMsgId context) {
|
||||
_controller->showPollResults(poll, context);
|
||||
}
|
||||
|
||||
void HistoryInner::elementShowTooltip(
|
||||
|
Loading…
x
Reference in New Issue
Block a user