mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix crash in sending a reaction.
This commit is contained in:
parent
072e346324
commit
8788692fb3
1 changed files with 0 additions and 2 deletions
|
@ -1677,8 +1677,6 @@ void HistoryInner::mouseActionFinish(
|
|||
? pressedItemView->data()->fullId()
|
||||
: FullMsgId();
|
||||
const auto weak = base::make_weak(_controller.get());
|
||||
const auto history = pressedItemView->data()->history();
|
||||
const auto delegate = history->delegateMixin()->delegate();
|
||||
ActivateClickHandler(window(), activated, {
|
||||
button,
|
||||
QVariant::fromValue(ClickHandlerContext{
|
||||
|
|
Loading…
Add table
Reference in a new issue