Fix send button size on chat switch.

This commit is contained in:
John Preston 2025-03-13 12:27:04 +04:00
parent 06ed6c81a7
commit b3e5c4a4aa

View file

@ -78,6 +78,7 @@ void SendButton::setState(State state) {
void SendButton::finishAnimating() {
_stateChangeAnimation.stop();
updateSize();
update();
}