mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed position of click handler for via bot header in message view.
This commit is contained in:
parent
b0981ea8e3
commit
f55584b160
1 changed files with 2 additions and 2 deletions
|
@ -2406,10 +2406,10 @@ TextState Message::textState(
|
||||||
if (getStateForwardedInfo(point, trect, &result, request)) {
|
if (getStateForwardedInfo(point, trect, &result, request)) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
if (getStateReplyInfo(point, trect, &result)) {
|
if (getStateViaBotIdInfo(point, trect, &result)) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
if (getStateViaBotIdInfo(point, trect, &result)) {
|
if (getStateReplyInfo(point, trect, &result)) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue