mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fixed ripple animation for sponsored messages.
Regression was introduced in 3f6d184435.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user