Version 3.4: Fix build with GCC.

This commit is contained in:
John Preston 2021-12-30 18:18:30 +03:00
parent 450f9ca91e
commit 2f48bbd317
1 changed files with 0 additions and 1 deletions

View File

@ -1868,7 +1868,6 @@ Reactions::ButtonParameters Message::reactionButtonParameters(
: (QPoint(contentRect.width(), innerHeight)
+ st::reactionCornerCenter));
if (reactionState.itemId != result.context) {
const auto top = marginTop();
if (!contentRect.contains(position)) {
return {};
}