kotatogram-desktop/Telegram/SourceFiles/history/view
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
..
controls Fix voice record button infinite animation 2021-04-15 16:22:29 +03:00
media
history_view_contact_status.cpp
history_view_contact_status.h
history_view_context_menu.cpp
history_view_context_menu.h
history_view_cursor_state.cpp
history_view_cursor_state.h
history_view_element.cpp
history_view_element.h
history_view_group_call_tracker.cpp
history_view_group_call_tracker.h
history_view_list_widget.cpp
history_view_list_widget.h
history_view_message.cpp
history_view_message.h
history_view_object.h
history_view_pinned_bar.cpp
history_view_pinned_bar.h
history_view_pinned_section.cpp
history_view_pinned_section.h
history_view_pinned_tracker.cpp
history_view_pinned_tracker.h
history_view_replies_section.cpp
history_view_replies_section.h
history_view_schedule_box.cpp
history_view_schedule_box.h
history_view_scheduled_section.cpp
history_view_scheduled_section.h
history_view_send_action.cpp
history_view_send_action.h
history_view_service_message.cpp
history_view_service_message.h
history_view_top_bar_widget.cpp
history_view_top_bar_widget.h
history_view_webpage_preview.cpp
history_view_webpage_preview.h