Fix phantom fron-name link ripple.

This commit is contained in:
John Preston
2026-04-02 00:30:06 +07:00
parent 0f85080c15
commit a36d90481c
@@ -2305,6 +2305,9 @@ void Message::clickHandlerPressedChanged(
bool pressed) {
const auto startLinkRipple = [&] {
if (!_linkRipple) {
if (!pressed) {
return;
}
_linkRipple = std::make_unique<LinkRipple>();
}
_linkRipple->link = handler;