mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Fixed ripple animation for sponsored messages.
Regression was introduced in 3f6d184435
.
This commit is contained in:
parent
7a535a4554
commit
059a4cf0d8
1 changed files with 1 additions and 1 deletions
|
@ -1512,7 +1512,7 @@ void WebPage::clickHandlerPressedChanged(
|
|||
}
|
||||
return;
|
||||
}
|
||||
if (p == _openl) {
|
||||
if ((p == _openl) || (sponsoredData() && sponsoredData()->link == p)) {
|
||||
if (pressed) {
|
||||
if (!_ripple) {
|
||||
const auto full = Rect(currentSize());
|
||||
|
|
Loading…
Add table
Reference in a new issue