Improved display of ripple on release in buttons from subsection tabs.

This commit is contained in:
23rd
2025-12-05 09:22:23 +03:00
committed by John Preston
parent 3ddefd78ba
commit 373bb8d74c

View File

@@ -481,6 +481,7 @@ void SubsectionButton::setData(SubsectionTab &&data) {
Expects(_data.userpic.get() == data.userpic.get());
_data = std::move(data);
RippleButton::finishAnimating();
dataUpdatedHook();
update();
}