Fixed repaint of send button when it has slowmode countdown.

This commit is contained in:
23rd 2025-03-09 03:37:52 +03:00 committed by John Preston
parent 15bcfeec1d
commit feaeef6482

View file

@ -72,8 +72,8 @@ void SendButton::setState(State state) {
st::universalDuration);
setPointerCursor(_state.type != Type::Slowmode);
updateSize();
update();
}
update();
}
void SendButton::finishAnimating() {