kotatogram-desktop/Telegram/SourceFiles/history/view/controls
Loïc Molinari 336405b3c7 Fix voice record button infinite animation
Enabling animations triggers an animation of the voice record button
that keeps firing uselessly at ~120 calls per second until the button
is manually toggled. The animation callback cannot stop itself since
it expects the button to be visible.

This commit fixes the issue by preventing spawning the animation if
the widget is hidden.
2021-04-15 16:22:29 +03:00
..
compose_controls_common.h
history_view_compose_controls.cpp Trying to get rid of unused variables... 2021-03-15 11:40:44 +03:00
history_view_compose_controls.h
history_view_ttl_button.cpp
history_view_ttl_button.h
history_view_voice_record_bar.cpp
history_view_voice_record_bar.h
history_view_voice_record_button.cpp Fix voice record button infinite animation 2021-04-15 16:22:29 +03:00
history_view_voice_record_button.h