mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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()
|
? pressedItemView->data()->fullId()
|
||||||
: FullMsgId();
|
: FullMsgId();
|
||||||
const auto weak = base::make_weak(_controller.get());
|
const auto weak = base::make_weak(_controller.get());
|
||||||
const auto history = pressedItemView->data()->history();
|
|
||||||
const auto delegate = history->delegateMixin()->delegate();
|
|
||||||
ActivateClickHandler(window(), activated, {
|
ActivateClickHandler(window(), activated, {
|
||||||
button,
|
button,
|
||||||
QVariant::fromValue(ClickHandlerContext{
|
QVariant::fromValue(ClickHandlerContext{
|
||||||
|
|
Loading…
Add table
Reference in a new issue