Fixed position of click handler for via bot header in message view.

This commit is contained in:
23rd 2024-07-29 10:03:50 +03:00
parent b0981ea8e3
commit f55584b160

View file

@ -2406,10 +2406,10 @@ TextState Message::textState(
if (getStateForwardedInfo(point, trect, &result, request)) {
return result;
}
if (getStateReplyInfo(point, trect, &result)) {
if (getStateViaBotIdInfo(point, trect, &result)) {
return result;
}
if (getStateViaBotIdInfo(point, trect, &result)) {
if (getStateReplyInfo(point, trect, &result)) {
return result;
}
}