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 Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
history_view_contact_status.cpp
history_view_contact_status.h
history_view_context_menu.cpp Fixed display of rescheduling selected messages in other sections. 2021-04-12 10:48:16 +04:00
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 Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
history_view_group_call_tracker.h
history_view_list_widget.cpp Get rid of deprecated ranges::view usage 2021-03-13 19:14:58 +03:00
history_view_list_widget.h
history_view_message.cpp Add payment button icon to the corner. 2021-04-13 17:21:24 +04:00
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 Get rid of deprecated ranges::view usage 2021-03-13 19:14:58 +03:00
history_view_replies_section.h
history_view_schedule_box.cpp Allow scheduling voice chats for up to 7 days. 2021-04-12 10:48:16 +04:00
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 Add a nice countdown to scheduled voice chat panel. 2021-04-06 18:41:16 +04:00
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