tdesktop/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 Added ability to select message for reply with Ctrl+Up/Down in sections. 2021-02-04 18:13:03 +04:00
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 Rename RPCError to MTP::Error. 2021-03-12 16:58:26 +04:00
history_view_ttl_button.cpp Rename RPCError to MTP::Error. 2021-03-12 16:58:26 +04:00
history_view_ttl_button.h Fix auto-delete button when switching between chats. 2021-02-22 23:42:42 +04:00
history_view_voice_record_bar.cpp Fixed accepting of Enter key in box of voice message discarding. 2021-02-09 19:26:56 +04:00
history_view_voice_record_bar.h Fixed accepting of Enter key in box of voice message discarding. 2021-02-09 19:26:56 +04:00
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